uid_wrapper: Remove glibc from build inputs hack
Not needed anymore after #14668
This commit is contained in:
@@ -9,7 +9,6 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
buildInputs = [ (stdenv.cc.libc.out or null) ];
|
|
||||||
|
|
||||||
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";
|
||||||
|
|||||||
Reference in New Issue
Block a user