Skip to content

Commit

Permalink
Revert "desktopToDarwinBundle: use imagemagick_light"
Browse files Browse the repository at this point in the history
This reverts commit 674a501.
  • Loading branch information
reckenrode committed Jan 22, 2024
1 parent dceddd0 commit 3ceff46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,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 {
Expand Down

0 comments on commit 3ceff46

Please sign in to comment.