Skip to content

Commit 312f2be

Browse files
authored
tela-icon-theme: add propagated dependency on breeze, adwaita (NixOS#425592)
2 parents 8408ff0 + 9fab7d3 commit 312f2be

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 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,13 +25,18 @@ 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

3036
# These fixup steps are slow and unnecessary.
3137
dontPatchELF = true;
3238
dontRewriteSymlinks = true;
39+
dontCheckForBrokenSymlinks = true;
3340

3441
installPhase = ''
3542
runHook preInstall

0 commit comments

Comments
 (0)