about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/fuse-7z-ng/default.nix
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-17 19:56:23 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-18 00:19:24 +0200
commit87316d778be9234ada273c0892ce9788bd23ab9f (patch)
tree58ab70c7d52e4bf2221679f7f3937000dabc5337 /pkgs/tools/filesystems/fuse-7z-ng/default.nix
parenta314be4b4d6403df29c9fe3ed0cd92a39ffbcdb2 (diff)
various: cleanup of "inherit version;"
Diffstat (limited to 'pkgs/tools/filesystems/fuse-7z-ng/default.nix')
-rw-r--r--pkgs/tools/filesystems/fuse-7z-ng/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/fuse-7z-ng/default.nix b/pkgs/tools/filesystems/fuse-7z-ng/default.nix
index 8a0671957c354..0149071ab0d0c 100644
--- a/pkgs/tools/filesystems/fuse-7z-ng/default.nix
+++ b/pkgs/tools/filesystems/fuse-7z-ng/default.nix
@@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
-    inherit version;
     inherit (src.homepage);
     description = "A FUSE-based filesystem that uses the p7zip library";
     longDescription = ''