openwsman: do not compile on Darwin

This commit is contained in:
Peter Hoeg 2017-12-27 16:43:10 +08:00
parent 4d5837fc08
commit e8db78639c

View File

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