treewide: icons propagate hicolor-icon-theme, dontDropIconThemeCache
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
{ mkDerivation, lib, extra-cmake-modules, gtk3, qtsvg }:
|
||||
{ mkDerivation, lib, extra-cmake-modules, gtk3, qtsvg, hicolor-icon-theme }:
|
||||
|
||||
mkDerivation {
|
||||
name = "breeze-icons";
|
||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||
nativeBuildInputs = [ extra-cmake-modules gtk3 ];
|
||||
buildInputs = [ qtsvg ];
|
||||
propagatedBuildInputs = [
|
||||
hicolor-icon-theme
|
||||
];
|
||||
dontDropIconThemeCache = true;
|
||||
outputs = [ "out" ]; # only runtime outputs
|
||||
postInstall = ''
|
||||
gtk-update-icon-cache "''${out:?}/share/icons/breeze"
|
||||
|
||||
Reference in New Issue
Block a user