From e8db78639ccc532a0c6910595aa4fd8c579d3557 Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Wed, 27 Dec 2017 16:43:10 +0800 Subject: [PATCH] openwsman: do not compile on Darwin --- pkgs/development/libraries/openwsman/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }