mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
uid_wrapper: Remove glibc from build inputs hack
Not needed anymore after #14668
This commit is contained in:
parent
6fac16c6f3
commit
b4f97aeae8
@ -9,7 +9,6 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake pkgconfig ];
|
||||
buildInputs = [ (stdenv.cc.libc.out or null) ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "a wrapper for the user, group and hosts NSS API";
|
||||
|
Loading…
Reference in New Issue
Block a user