nss_wrapper: broken on darwin (#123462)

authored by

Stéphan Kochen and committed by
GitHub
e097fa08 51eeb214

+2 -1
+2 -1
pkgs/development/libraries/nss_wrapper/default.nix
··· 14 14 description = "A wrapper for the user, group and hosts NSS API"; 15 15 homepage = "https://git.samba.org/?p=nss_wrapper.git;a=summary;"; 16 16 license = licenses.bsd3; 17 - platforms = platforms.all; 17 + platforms = platforms.unix; 18 + broken = stdenv.isDarwin; 18 19 }; 19 20 }