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; }; }