soxr, libraw, fftw, imagemagick: fix build by a hack
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user