imagemagick: rename 7.0.nix to default.nix

"7.0.nix" doesn't make any sense, because it contains version
7.1.0-39.  imagemagick6 is barely used and can probably be removed
soon, so I think it makes sense to let 7.x have the default.nix path.
This commit is contained in:
Alyssa Ross
2022-07-14 08:44:03 +00:00
parent 0df6644680
commit 7ac2cf8e83
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -27839,7 +27839,7 @@ with pkgs;
ghostscript = null;
});
imagemagickBig = lowPrio (callPackage ../applications/graphics/ImageMagick/7.0.nix {
imagemagickBig = lowPrio (callPackage ../applications/graphics/ImageMagick {
inherit (darwin.apple_sdk.frameworks) ApplicationServices Foundation;
});