From 7ac2cf8e832fe33b597fef118477fcd78da9e940 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Thu, 14 Jul 2022 08:44:03 +0000 Subject: [PATCH] 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. --- pkgs/applications/graphics/ImageMagick/{7.0.nix => default.nix} | 0 pkgs/top-level/all-packages.nix | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename pkgs/applications/graphics/ImageMagick/{7.0.nix => default.nix} (100%) diff --git a/pkgs/applications/graphics/ImageMagick/7.0.nix b/pkgs/applications/graphics/ImageMagick/default.nix similarity index 100% rename from pkgs/applications/graphics/ImageMagick/7.0.nix rename to pkgs/applications/graphics/ImageMagick/default.nix diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 62fe8ba56ae4..0abe76bac4fb 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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; });