socket_wrapper: Remove glibc from build inputs hack

Not needed anymore after #14668
This commit is contained in:
Tuomas Tynkkynen 2016-04-15 22:44:22 +03:00
parent be02add261
commit 6fac16c6f3

View file

@ -9,7 +9,6 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ (stdenv.cc.libc.out or null) ];
meta = with stdenv.lib; {
description = "a library passing all socket communications through unix sockets";