tela-icon-theme: add propagated dependency on breeze, adwaita (#425592)
This commit is contained in:
commit
312f2bea77
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user