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:
@@ -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;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user