mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
desktopToDarwinBundle: prevent icnsutil
from shadowing key libraries
This commit is contained in:
parent
824c683094
commit
f752c46b4f
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue