samba.org wrappers: fix builds by a hack
This commit is contained in:
parent
082843bdeb
commit
2f75c68459
@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
|
||||
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; {
|
||||
description = "A wrapper for the user, group and hosts NSS API";
|
||||
|
@ -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";
|
||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1wb71lliw56pmks3vm9m3ndf8hqnyw9iyppy1nyl80msi4ssq5jj";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake pkgconfig ];
|
||||
buildInputs = [ cmake pkgconfig (stdenv.cc.libc.out or null) ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "a wrapper for the user, group and hosts NSS API";
|
||||
|
Loading…
Reference in New Issue
Block a user