summary refs log tree commit diff
path: root/pkgs/development/libraries/libixp-hg
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/development/libraries/libixp-hg
parent6d1494bc669c21e0cf16aec3af6450d1776d7883 (diff)
downloadnixpkgs-e023025ee026a9e62a5e754d608572903304550a.tar
nixpkgs-e023025ee026a9e62a5e754d608572903304550a.tar.gz
nixpkgs-e023025ee026a9e62a5e754d608572903304550a.tar.bz2
nixpkgs-e023025ee026a9e62a5e754d608572903304550a.tar.lz
nixpkgs-e023025ee026a9e62a5e754d608572903304550a.tar.xz
nixpkgs-e023025ee026a9e62a5e754d608572903304550a.tar.zst
nixpkgs-e023025ee026a9e62a5e754d608572903304550a.zip
various: cleanup of "inherit version;"
Diffstat (limited to 'pkgs/development/libraries/libixp-hg')
-rw-r--r--pkgs/development/libraries/libixp-hg/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libixp-hg/default.nix b/pkgs/development/libraries/libixp-hg/default.nix
index 77df340a55f..0aeef61dae9 100644
--- a/pkgs/development/libraries/libixp-hg/default.nix
+++ b/pkgs/development/libraries/libixp-hg/default.nix
@@ -22,7 +22,6 @@ stdenv.mkDerivation rec {
     description = "Portable, simple C-language 9P client and server libary";
     maintainers = with lib.maintainers; [ kovirobi ];
     license = lib.licenses.mit;
-    inherit version;
     platforms = with lib.platforms; unix;
   };
 }