treewide: replace imagemagick7 with imagemagick

This commit is contained in:
Robert Schütz
2021-02-27 18:36:56 +01:00
parent 5cc881d0d8
commit 10ba3c20a7
6 changed files with 14 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
{ buildPecl, fetchpatch, lib, imagemagick7, pkg-config, pcre' }:
{ buildPecl, fetchpatch, lib, imagemagick, pkg-config, pcre' }:
buildPecl {
pname = "imagick";
@@ -19,7 +19,7 @@ buildPecl {
})
];
configureFlags = [ "--with-imagick=${imagemagick7.dev}" ];
configureFlags = [ "--with-imagick=${imagemagick.dev}" ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ pcre' ];