desktopToDarwinBundle: prevent icnsutil from shadowing key libraries

This commit is contained in:
sarahec 2024-09-20 09:11:10 -07:00 committed by Sarah Clark
parent 824c683094
commit f752c46b4f

View File

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