socket_wrapper: Remove glibc from build inputs hack
Not needed anymore after #14668
This commit is contained in:
parent
be02add261
commit
6fac16c6f3
|
@ -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 library passing all socket communications through unix sockets";
|
description = "a library passing all socket communications through unix sockets";
|
||||||
|
|
Loading…
Reference in New Issue