Skip to content

Commit bdc5515

Browse files
committed
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
1 parent a94dd3a commit bdc5515

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pkgs/by-name/te/tela-icon-theme/package.nix

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
fetchFromGitHub,
55
gtk3,
66
jdupes,
7+
adwaita-icon-theme,
8+
libsForQt5,
79
hicolor-icon-theme,
810
}:
911

@@ -23,7 +25,11 @@ stdenvNoCC.mkDerivation rec {
2325
jdupes
2426
];
2527

26-
propagatedBuildInputs = [ hicolor-icon-theme ];
28+
propagatedBuildInputs = [
29+
adwaita-icon-theme
30+
libsForQt5.breeze-icons
31+
hicolor-icon-theme
32+
];
2733

2834
dontDropIconThemeCache = true;
2935

0 commit comments

Comments
 (0)