forked from mirrors/nixpkgs
cataract: use imagemagick6
This commit is contained in:
parent
9872e4a892
commit
b8f50e15fe
|
@ -5,7 +5,7 @@
|
|||
, pkg-config
|
||||
, libxml2
|
||||
, exiv2
|
||||
, imagemagick
|
||||
, imagemagick6
|
||||
, version
|
||||
, sha256
|
||||
, rev }:
|
||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
||||
buildInputs = [ glib libxml2 exiv2 imagemagick ];
|
||||
buildInputs = [ glib libxml2 exiv2 imagemagick6 ];
|
||||
|
||||
prePatch = ''
|
||||
sed -i 's|#include <exiv2/exif.hpp>|#include <exiv2/exiv2.hpp>|' src/jpeg-utils.cpp
|
||||
|
|
Loading…
Reference in a new issue