summary refs log tree commit diff
path: root/pkgs/development/libraries
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/development/libraries
parent6fac16c6f39645e77c04913e2fe7b50f06ac6e9a (diff)
downloadnixpkgs-b4f97aeae8314052c109cfeff6539f3a44ef0953.tar
nixpkgs-b4f97aeae8314052c109cfeff6539f3a44ef0953.tar.gz
nixpkgs-b4f97aeae8314052c109cfeff6539f3a44ef0953.tar.bz2
nixpkgs-b4f97aeae8314052c109cfeff6539f3a44ef0953.tar.lz
nixpkgs-b4f97aeae8314052c109cfeff6539f3a44ef0953.tar.xz
nixpkgs-b4f97aeae8314052c109cfeff6539f3a44ef0953.tar.zst
nixpkgs-b4f97aeae8314052c109cfeff6539f3a44ef0953.zip
uid_wrapper: Remove glibc from build inputs hack
Not needed anymore after #14668
Diffstat (limited to 'pkgs/development/libraries')
-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 0675ec68b4e..35d7f53173f 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";