nss_wrapper: broken on darwin (#123462)

This commit is contained in:
Stéphan Kochen 2021-05-18 16:38:38 +02:00 committed by GitHub
parent 51eeb21486
commit e097fa08c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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