summary refs log tree commit diff
path: root/pkgs/tools/system/dd_rescue/default.nix
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2022-01-13 00:12:24 +0100
committerFelix Buehler <account@buehler.rocks>2022-01-26 21:46:08 +0100
commit09e3b7a57037a5613711df5e372c55449484a670 (patch)
tree140c76f4054e6d7531435c7cb5935d2c7738820b /pkgs/tools/system/dd_rescue/default.nix
parent3b49e41aa3fb805ebbc858584fb1590499683642 (diff)
downloadnixpkgs-09e3b7a57037a5613711df5e372c55449484a670.tar
nixpkgs-09e3b7a57037a5613711df5e372c55449484a670.tar.gz
nixpkgs-09e3b7a57037a5613711df5e372c55449484a670.tar.bz2
nixpkgs-09e3b7a57037a5613711df5e372c55449484a670.tar.lz
nixpkgs-09e3b7a57037a5613711df5e372c55449484a670.tar.xz
nixpkgs-09e3b7a57037a5613711df5e372c55449484a670.tar.zst
nixpkgs-09e3b7a57037a5613711df5e372c55449484a670.zip
treewide: remove all updateWalker/downloadURLRegexp
Diffstat (limited to 'pkgs/tools/system/dd_rescue/default.nix')
-rw-r--r--pkgs/tools/system/dd_rescue/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/system/dd_rescue/default.nix b/pkgs/tools/system/dd_rescue/default.nix
index ce996bf7c6f..f7501d76803 100644
--- a/pkgs/tools/system/dd_rescue/default.nix
+++ b/pkgs/tools/system/dd_rescue/default.nix
@@ -36,6 +36,5 @@ stdenv.mkDerivation rec {
     platforms = platforms.linux;
     homepage = "http://www.garloff.de/kurt/linux/ddrescue/";
     license = licenses.gpl2Plus;
-    updateWalker = true;
   };
 }