imagemagick, soxr, fftw, libraw: remove explicit gcc.lib
It is no longer needed after cc-wrapper fixes.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user