mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
nss_wrapper: Remove glibc from build inputs hack
Not needed anymore after #14668
This commit is contained in:
parent
96055feeb6
commit
a01cdca9d1
@ -8,8 +8,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0bysdijvi9n0jk74iklbfhbp0kvv81a727lcfd5q03q2hkzjfm18";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake pkgconfig (stdenv.cc.libc.out or null) ];
|
||||
# outputs TODO: missing glibc.out might become a general problem
|
||||
buildInputs = [ cmake pkgconfig ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A wrapper for the user, group and hosts NSS API";
|
||||
|
Loading…
Reference in New Issue
Block a user