Merge #282764: Revert "desktopToDarwinBundle: use imagemagick_light"

...into staging-next
This commit is contained in:
Vladimír Čunát 2024-01-23 17:08:55 +01:00
commit 4b679cb90a
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -1422,7 +1422,7 @@ with pkgs;
desktopToDarwinBundle = makeSetupHook {
name = "desktop-to-darwin-bundle-hook";
propagatedBuildInputs = [ writeDarwinBundle librsvg imagemagick_light python3Packages.icnsutil ];
propagatedBuildInputs = [ writeDarwinBundle librsvg imagemagick python3Packages.icnsutil ];
} ../build-support/setup-hooks/desktop-to-darwin-bundle.sh;
keepBuildTree = makeSetupHook {