We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8408ff0 + 9fab7d3 commit 312f2beCopy full SHA for 312f2be
pkgs/by-name/te/tela-icon-theme/package.nix
@@ -4,6 +4,8 @@
4
fetchFromGitHub,
5
gtk3,
6
jdupes,
7
+ adwaita-icon-theme,
8
+ libsForQt5,
9
hicolor-icon-theme,
10
}:
11
@@ -23,13 +25,18 @@ stdenvNoCC.mkDerivation rec {
23
25
jdupes
24
26
];
27
- propagatedBuildInputs = [ hicolor-icon-theme ];
28
+ propagatedBuildInputs = [
29
+ adwaita-icon-theme
30
+ libsForQt5.breeze-icons
31
+ hicolor-icon-theme
32
+ ];
33
34
dontDropIconThemeCache = true;
35
36
# These fixup steps are slow and unnecessary.
37
dontPatchELF = true;
38
dontRewriteSymlinks = true;
39
+ dontCheckForBrokenSymlinks = true;
40
41
installPhase = ''
42
runHook preInstall
0 commit comments