desktopToDarwinBundle: prevent icnsutil from shadowing key libraries

This commit is contained in:
sarahec
2024-09-22 12:43:26 -07:00
committed by Sarah Clark
parent 824c683094
commit f752c46b4f
+1 -1
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 {