summary refs log tree commit diff
path: root/pkgs/development/libraries/openwsman
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/openwsman
parent6d1494bc669c21e0cf16aec3af6450d1776d7883 (diff)
various: cleanup of "inherit version;"
Diffstat (limited to 'pkgs/development/libraries/openwsman')
-rw-r--r--pkgs/development/libraries/openwsman/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/openwsman/default.nix b/pkgs/development/libraries/openwsman/default.nix
index 05f1ef65a304f..9276ccac6fd26 100644
--- a/pkgs/development/libraries/openwsman/default.nix
+++ b/pkgs/development/libraries/openwsman/default.nix
@@ -35,6 +35,5 @@ stdenv.mkDerivation rec {
     license      = licenses.bsd3;
     maintainers  = with maintainers; [ deepfire ];
     platforms    = platforms.linux; # PAM is not available on Darwin
-    inherit version;
   };
 }