mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Merge pull request #235050 from GenericNerdyUsername/flat-remix-no-fixup
flat-remix-icon-theme: disable fixup to improve build time
This commit is contained in:
commit
a20d59ef6e
@ -22,6 +22,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
hicolor-icon-theme
|
||||
];
|
||||
|
||||
dontFixup = true;
|
||||
dontDropIconThemeCache = true;
|
||||
|
||||
installPhase = ''
|
||||
@ -31,6 +32,8 @@ stdenvNoCC.mkDerivation rec {
|
||||
for theme in $out/share/icons/*; do
|
||||
gtk-update-icon-cache $theme
|
||||
done
|
||||
symlinkParentIconThemes
|
||||
recordPropagatedDependencies
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user