treewide: fix darwin builds by referring to stdenv's libc

This commit is contained in:
Franz Pletz
2016-08-25 02:56:25 +02:00
parent 447207d21d
commit df275f5b85
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ let
rev = "refs/tags/v${version}";
};
buildInputs = [
stdenv.glibc.static
stdenv.cc.libc.static
];
in
stdenv.mkDerivation {