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 = "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";