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
+2 -2
View File
@@ -1,5 +1,5 @@
{ lib, callPackage, python3Packages, fetchFromGitLab, cacert,
rustPlatform, bubblewrap, git, perlPackages, imagemagick7, fetchurl, fetchzip,
rustPlatform, bubblewrap, git, perlPackages, imagemagick, fetchurl, fetchzip,
jre, makeWrapper, tr-patcher, tes3cmd }:
let
@@ -29,7 +29,7 @@ let
python3Packages.virtualenv
tr-patcher
tes3cmd
imagemagick7
imagemagick
];
in