soxr, libraw, fftw, imagemagick: fix build by a hack

This commit is contained in:
Vladimír Čunát
2015-04-21 09:59:37 +02:00
parent a56da607b1
commit 082843bdeb
4 changed files with 8 additions and 4 deletions
@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
sha256 = "10h9mzjxnwlsjziah4lri85scc05rlajz39nqf3mbh4vja8dw34g";
};
buildInputs = [ (stdenv.cc.cc.lib or null) ];
configureFlags =
[ "--enable-shared" "--disable-static"
"--enable-threads"