fix obscure bug in apr on darwin

This commit is contained in:
Eric Seidel
2015-02-03 23:11:44 -08:00
parent ef64865ea9
commit a600443bb3
3 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "1b4qw686bwjn19iyb0lg918q23xxd6s2gnyczhjq992d3m1vwjp9";
};
patches = stdenv.lib.optionals stdenv.isDarwin [ ./darwin_fix_configure.patch ];
patches = stdenv.lib.optionals stdenv.isDarwin [ ./is-this-a-compiler-bug.patch ];
configureFlags =
# Including the Windows headers breaks unistd.h.