summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-15 22:45:08 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-04-15 22:45:08 +0300
commitb4f97aeae8314052c109cfeff6539f3a44ef0953 (patch)
tree7bb63eef84189e454b2f0b314712628f1079287b /pkgs
parent6fac16c6f39645e77c04913e2fe7b50f06ac6e9a (diff)
downloadnixlib-b4f97aeae8314052c109cfeff6539f3a44ef0953.tar
nixlib-b4f97aeae8314052c109cfeff6539f3a44ef0953.tar.gz
nixlib-b4f97aeae8314052c109cfeff6539f3a44ef0953.tar.bz2
nixlib-b4f97aeae8314052c109cfeff6539f3a44ef0953.tar.lz
nixlib-b4f97aeae8314052c109cfeff6539f3a44ef0953.tar.xz
nixlib-b4f97aeae8314052c109cfeff6539f3a44ef0953.tar.zst
nixlib-b4f97aeae8314052c109cfeff6539f3a44ef0953.zip
uid_wrapper: Remove glibc from build inputs hack
Not needed anymore after #14668
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/uid_wrapper/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/uid_wrapper/default.nix b/pkgs/development/libraries/uid_wrapper/default.nix
index 0675ec68b4e8..35d7f53173fb 100644
--- a/pkgs/development/libraries/uid_wrapper/default.nix
+++ b/pkgs/development/libraries/uid_wrapper/default.nix
@@ -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";