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
@@ -8,11 +8,11 @@ stdenv.mkDerivation rec {
sha256 = "15ng4s24grib39r0nlgrf18r2j9yh43qyx4vbif38d95xiqkix3i";
};
buildInputs = [ lcms2 jasper ] ;
buildInputs = [ lcms2 jasper (stdenv.cc.cc.lib or null) ] ;
nativeBuildInputs = [ pkgconfig ];
meta = {
meta = {
description = "Library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)";
homepage = http://www.libraw.org/;
license = stdenv.lib.licenses.gpl2Plus;