mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
openwsman: do not compile on Darwin
This commit is contained in:
parent
4d5837fc08
commit
e8db78639c
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user