summary refs log tree commit diff
path: root/pkgs/development/libraries/phash/default.nix
diff options
context:
space:
mode:
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 250089c30b1..8d3f3e98702 100644
--- a/pkgs/development/libraries/phash/default.nix
+++ b/pkgs/development/libraries/phash/default.nix
@@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
   };
 
   meta = with lib; {
-    inherit version;
     description = "Compute the perceptual hash of an image";
     license = licenses.gpl3;
     maintainers = [maintainers.imalsogreg];