summary refs log tree commit diff
path: root/pkgs/development/libraries/openwsman
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2017-12-27 16:43:10 +0800
committerPeter Hoeg <peter@hoeg.com>2017-12-27 16:43:36 +0800
commite8db78639ccc532a0c6910595aa4fd8c579d3557 (patch)
tree63f6567d608d7594d703702fe9e47ff58c378e8e /pkgs/development/libraries/openwsman
parent4d5837fc0897f2e8065ad7cf78846ff8a7b8d1dd (diff)
downloadnixpkgs-e8db78639ccc532a0c6910595aa4fd8c579d3557.tar
nixpkgs-e8db78639ccc532a0c6910595aa4fd8c579d3557.tar.gz
nixpkgs-e8db78639ccc532a0c6910595aa4fd8c579d3557.tar.bz2
nixpkgs-e8db78639ccc532a0c6910595aa4fd8c579d3557.tar.lz
nixpkgs-e8db78639ccc532a0c6910595aa4fd8c579d3557.tar.xz
nixpkgs-e8db78639ccc532a0c6910595aa4fd8c579d3557.tar.zst
nixpkgs-e8db78639ccc532a0c6910595aa4fd8c579d3557.zip
openwsman: do not compile on Darwin
Diffstat (limited to 'pkgs/development/libraries/openwsman')
-rw-r--r--pkgs/development/libraries/openwsman/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/openwsman/default.nix b/pkgs/development/libraries/openwsman/default.nix
index df2c23266c5..1aa0f268457 100644
--- a/pkgs/development/libraries/openwsman/default.nix
+++ b/pkgs/development/libraries/openwsman/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
     homepage     = https://openwsman.github.io;
     license      = licenses.bsd3;
     maintainers  = with maintainers; [ deepfire ];
-    platforms    = platforms.unix;
+    platforms    = platforms.linux; # PAM is not available on Darwin
     inherit version;
   };
 }