nss_wrapper: Remove glibc from build inputs hack

Not needed anymore after #14668
This commit is contained in:
Tuomas Tynkkynen 2016-04-15 22:38:59 +03:00
parent 96055feeb6
commit a01cdca9d1

View File

@ -8,8 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0bysdijvi9n0jk74iklbfhbp0kvv81a727lcfd5q03q2hkzjfm18"; sha256 = "0bysdijvi9n0jk74iklbfhbp0kvv81a727lcfd5q03q2hkzjfm18";
}; };
buildInputs = [ cmake pkgconfig (stdenv.cc.libc.out or null) ]; buildInputs = [ cmake pkgconfig ];
# outputs TODO: missing glibc.out might become a general problem
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A wrapper for the user, group and hosts NSS API"; description = "A wrapper for the user, group and hosts NSS API";