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;
|
homepage = https://openwsman.github.io;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ deepfire ];
|
maintainers = with maintainers; [ deepfire ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux; # PAM is not available on Darwin
|
||||||
inherit version;
|
inherit version;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user