about summary refs log tree commit diff
path: root/pkgs/development/libraries/phash/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/development/libraries/phash/default.nix
parent3b49e41aa3fb805ebbc858584fb1590499683642 (diff)
treewide: remove all updateWalker/downloadURLRegexp
Diffstat (limited to 'pkgs/development/libraries/phash/default.nix')
-rw-r--r--pkgs/development/libraries/phash/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/phash/default.nix b/pkgs/development/libraries/phash/default.nix
index 8d3f3e9870237..4596c5aaf4f6d 100644
--- a/pkgs/development/libraries/phash/default.nix
+++ b/pkgs/development/libraries/phash/default.nix
@@ -31,6 +31,5 @@ stdenv.mkDerivation rec {
     platforms = platforms.all;
     homepage = "http://www.phash.org";
     downloadPage = "https://github.com/clearscene/pHash";
-    updateWalker = true;
   };
 }