about summary refs log tree commit diff
path: root/pkgs/tools/compression/lrzip/default.nix
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-17 20:37:27 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-17 22:39:35 +0200
commite023025ee026a9e62a5e754d608572903304550a (patch)
tree848c15eab372ba6ee6076363a0a2bc798c89b00b /pkgs/tools/compression/lrzip/default.nix
parent6d1494bc669c21e0cf16aec3af6450d1776d7883 (diff)
downloadnixlib-e023025ee026a9e62a5e754d608572903304550a.tar
nixlib-e023025ee026a9e62a5e754d608572903304550a.tar.gz
nixlib-e023025ee026a9e62a5e754d608572903304550a.tar.bz2
nixlib-e023025ee026a9e62a5e754d608572903304550a.tar.lz
nixlib-e023025ee026a9e62a5e754d608572903304550a.tar.xz
nixlib-e023025ee026a9e62a5e754d608572903304550a.tar.zst
nixlib-e023025ee026a9e62a5e754d608572903304550a.zip
various: cleanup of "inherit version;"
Diffstat (limited to 'pkgs/tools/compression/lrzip/default.nix')
-rw-r--r--pkgs/tools/compression/lrzip/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/compression/lrzip/default.nix b/pkgs/tools/compression/lrzip/default.nix
index 9f4f66521f66..820389300e3b 100644
--- a/pkgs/tools/compression/lrzip/default.nix
+++ b/pkgs/tools/compression/lrzip/default.nix
@@ -19,7 +19,6 @@ stdenv.mkDerivation rec {
     homepage = "http://ck.kolivas.org/apps/lrzip/";
     description = "The CK LRZIP compression program (LZMA + RZIP)";
     license = lib.licenses.gpl2Plus;
-    inherit version;
     platforms = lib.platforms.unix;
   };
 }