imagemagick, soxr, fftw, libraw: remove explicit gcc.lib

It is no longer needed after cc-wrapper fixes.
This commit is contained in:
Vladimír Čunát
2015-10-25 17:43:02 +01:00
parent 8adabe6679
commit 6c75f4c9aa
4 changed files with 1 additions and 7 deletions

View File

@@ -17,8 +17,6 @@ stdenv.mkDerivation rec {
outputs = [ "dev" "out" "doc" ]; # it's dev-doc only
outputBin = "dev"; # fftw-wisdom
buildInputs = [ (stdenv.cc.cc.lib or null) ];
configureFlags =
[ "--enable-shared" "--disable-static"
"--enable-threads"