nss_wrapper: broken on darwin (#123462)
This commit is contained in:
parent
51eeb21486
commit
e097fa08c8
|
@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
|
|||
description = "A wrapper for the user, group and hosts NSS API";
|
||||
homepage = "https://git.samba.org/?p=nss_wrapper.git;a=summary;";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue