about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-06-01 00:01:17 +0200
committerGitHub <noreply@github.com>2024-06-01 00:01:17 +0200
commita20d59ef6e246a788e233a449f8805b12fbe19c1 (patch)
tree52bb2a3a501f5f01173f014515dc2ca7f1ee92f7 /pkgs/data/icons
parent0de0253ffbd88526af1b15ab281bd4cc17ef0d4f (diff)
parent46d3fff34d431bb2e7ef81f0292678c45025c3ae (diff)
Merge pull request #235050 from GenericNerdyUsername/flat-remix-no-fixup
flat-remix-icon-theme: disable fixup to improve build time
Diffstat (limited to 'pkgs/data/icons')
-rw-r--r--pkgs/data/icons/flat-remix-icon-theme/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/data/icons/flat-remix-icon-theme/default.nix b/pkgs/data/icons/flat-remix-icon-theme/default.nix
index 7204dabd14aaf..9907b18203d7a 100644
--- a/pkgs/data/icons/flat-remix-icon-theme/default.nix
+++ b/pkgs/data/icons/flat-remix-icon-theme/default.nix
@@ -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; {