summary refs log tree commit diff
path: root/pkgs/development/libraries
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
parent4d5837fc0897f2e8065ad7cf78846ff8a7b8d1dd (diff)
downloadnixlib-e8db78639ccc532a0c6910595aa4fd8c579d3557.tar
nixlib-e8db78639ccc532a0c6910595aa4fd8c579d3557.tar.gz
nixlib-e8db78639ccc532a0c6910595aa4fd8c579d3557.tar.bz2
nixlib-e8db78639ccc532a0c6910595aa4fd8c579d3557.tar.lz
nixlib-e8db78639ccc532a0c6910595aa4fd8c579d3557.tar.xz
nixlib-e8db78639ccc532a0c6910595aa4fd8c579d3557.tar.zst
nixlib-e8db78639ccc532a0c6910595aa4fd8c579d3557.zip
openwsman: do not compile on Darwin
Diffstat (limited to 'pkgs/development/libraries')
-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 df2c23266c50..1aa0f2684571 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;
   };
 }