tela-icon-theme: add propagated dependency on breeze, adwaita
The theme inherits those icon themes: https://github.com/vinceliuice/Tela-icon-theme/blob/2025-02-10/src/index.theme#L4
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
fetchFromGitHub,
|
||||
gtk3,
|
||||
jdupes,
|
||||
adwaita-icon-theme,
|
||||
libsForQt5,
|
||||
hicolor-icon-theme,
|
||||
}:
|
||||
|
||||
@@ -23,7 +25,11 @@ stdenvNoCC.mkDerivation rec {
|
||||
jdupes
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ hicolor-icon-theme ];
|
||||
propagatedBuildInputs = [
|
||||
adwaita-icon-theme
|
||||
libsForQt5.breeze-icons
|
||||
hicolor-icon-theme
|
||||
];
|
||||
|
||||
dontDropIconThemeCache = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user