tango-icon-theme: add missing parent icon themes
This commit is contained in:
parent
0c859757b2
commit
cc4f55431d
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, intltool, pkgconfig, iconnamingutils, imagemagick, librsvg
|
{ stdenv, fetchurl, intltool, pkgconfig, iconnamingutils, imagemagick, librsvg
|
||||||
, gtk/*any version*/, hicolor-icon-theme
|
, gtk/*any version*/, gnome-icon-theme, hicolor-icon-theme
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -14,10 +14,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ intltool iconnamingutils imagemagick librsvg ];
|
buildInputs = [ intltool iconnamingutils imagemagick librsvg ];
|
||||||
|
propagatedBuildInputs = [ gnome-icon-theme hicolor-icon-theme ];
|
||||||
propagatedBuildInputs = [
|
# still missing parent icon themes: cristalsvg
|
||||||
hicolor-icon-theme
|
|
||||||
];
|
|
||||||
|
|
||||||
dontDropIconThemeCache = true;
|
dontDropIconThemeCache = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user