This commit is contained in:
Vladimír Čunát
2014-08-26 01:10:56 +02:00
parent 3ec413cece
commit 4dccb224c5
15 changed files with 23 additions and 21 deletions
@@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
};
outputs = [ "dev" "out" "bin" "doc" "man" ];
buildInputs = [ stdenv.hookLib.multiout ];
# The compiler on Darwin crashes with an internal error while building the
# C++ interface. Disabling optimizations on that platform remedies the