about summary refs log tree commit diff
path: root/pkgs/development/libraries/socket_wrapper/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/socket_wrapper/default.nix')
-rw-r--r--pkgs/development/libraries/socket_wrapper/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/socket_wrapper/default.nix b/pkgs/development/libraries/socket_wrapper/default.nix
index 0c6f40c8b143..bff4f393d1db 100644
--- a/pkgs/development/libraries/socket_wrapper/default.nix
+++ b/pkgs/development/libraries/socket_wrapper/default.nix
@@ -9,6 +9,7 @@ stdenv.mkDerivation rec {
   };
 
   nativeBuildInputs = [ cmake pkgconfig ];
+  buildInputs = [ (stdenv.cc.libc.out or null) ];
 
   meta = with stdenv.lib; {
     description = "a library passing all socket communications through unix sockets";