samba.org wrappers: fix builds by a hack

This commit is contained in:
Vladimír Čunát
2015-04-21 10:02:32 +02:00
parent 082843bdeb
commit 2f75c68459
3 changed files with 4 additions and 3 deletions

View File

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