about summary refs log tree commit diff
path: root/pkgs/development/libraries/socket_wrapper
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-04-21 10:02:32 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-04-21 10:02:32 +0200
commit2f75c6845981b38a698cf1a9f620145877c80956 (patch)
treee4645e4a7cd96157b8434ee06527dd27d4965ac3 /pkgs/development/libraries/socket_wrapper
parent082843bdebe3beee7399edfb30d9c393b23513b1 (diff)
samba.org wrappers: fix builds by a hack
Diffstat (limited to 'pkgs/development/libraries/socket_wrapper')
-rw-r--r--pkgs/development/libraries/socket_wrapper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/socket_wrapper/default.nix b/pkgs/development/libraries/socket_wrapper/default.nix
index 1344ad18d09f7..4804adc82e970 100644
--- a/pkgs/development/libraries/socket_wrapper/default.nix
+++ b/pkgs/development/libraries/socket_wrapper/default.nix
@@ -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";