tela-icon-theme: add propagated dependency on breeze, adwaita (#425592)

This commit is contained in:
Naïm Camille Favier 2025-07-16 20:04:43 +02:00 committed by GitHub
commit 312f2bea77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,8 @@
fetchFromGitHub,
gtk3,
jdupes,
adwaita-icon-theme,
libsForQt5,
hicolor-icon-theme,
}:
@ -23,13 +25,18 @@ stdenvNoCC.mkDerivation rec {
jdupes
];
propagatedBuildInputs = [ hicolor-icon-theme ];
propagatedBuildInputs = [
adwaita-icon-theme
libsForQt5.breeze-icons
hicolor-icon-theme
];
dontDropIconThemeCache = true;
# These fixup steps are slow and unnecessary.
dontPatchELF = true;
dontRewriteSymlinks = true;
dontCheckForBrokenSymlinks = true;
installPhase = ''
runHook preInstall