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,8 @@ stdenv.mkDerivation rec {
sha256 = "1jka6d873vhvfr7k378xvgxmbpka87w33iq6b91ynwg36pz53ifw"; sha256 = "1jka6d873vhvfr7k378xvgxmbpka87w33iq6b91ynwg36pz53ifw";
}; };
buildInputs = [ cmake pkgconfig ]; buildInputs = [ cmake pkgconfig (stdenv.cc.libc.out or null) ];
# outputs TODO: missing glibc.out might become a general problem
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A wrapper for the user, group and hosts NSS API"; description = "A wrapper for the user, group and hosts NSS API";

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0b3sfjy7418gg52qkdblfi5x57g4m44n7434xhacz9isyl5m52vn"; sha256 = "0b3sfjy7418gg52qkdblfi5x57g4m44n7434xhacz9isyl5m52vn";
}; };
buildInputs = [ cmake pkgconfig ]; buildInputs = [ cmake pkgconfig (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";

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "1wb71lliw56pmks3vm9m3ndf8hqnyw9iyppy1nyl80msi4ssq5jj"; sha256 = "1wb71lliw56pmks3vm9m3ndf8hqnyw9iyppy1nyl80msi4ssq5jj";
}; };
buildInputs = [ cmake pkgconfig ]; buildInputs = [ cmake pkgconfig (stdenv.cc.libc.out or null) ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "a wrapper for the user, group and hosts NSS API"; description = "a wrapper for the user, group and hosts NSS API";