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:
Peder Bergebakken Sundt 2024-06-01 00:01:17 +02:00 committed by GitHub
commit a20d59ef6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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; {