desktopToDarwinBundle: prevent icnsutil from introducing incompatible code (#343793)

This commit is contained in:
Emily 2024-09-22 21:10:53 +01:00 committed by GitHub
commit f792bd987c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {