meld: fix for hicolor theme breakage
This breakage was cause by the package outputing its own version of index.cache to `share/icons/hicolor`. Used the `hicolor_icon_theme` hook to perform automated cleanup.
This commit is contained in:
parent
8e564526fc
commit
d612a9e132
@ -1,5 +1,6 @@
|
|||||||
{ stdenv, fetchurl, itstool, buildPythonPackage, python27, intltool, makeWrapper
|
{ stdenv, fetchurl, itstool, buildPythonPackage, python27, intltool, makeWrapper
|
||||||
, libxml2, pygobject3, gobjectIntrospection, gtk3, gnome3, pycairo, cairo
|
, libxml2, pygobject3, gobjectIntrospection, gtk3, gnome3, pycairo, cairo
|
||||||
|
, hicolor_icon_theme
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
||||||
@ -20,6 +21,7 @@ buildPythonPackage rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
python27 intltool makeWrapper itstool libxml2
|
python27 intltool makeWrapper itstool libxml2
|
||||||
gnome3.gtksourceview gnome3.gsettings_desktop_schemas pycairo cairo
|
gnome3.gtksourceview gnome3.gsettings_desktop_schemas pycairo cairo
|
||||||
|
hicolor_icon_theme
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = [ gobjectIntrospection pygobject3 gtk3 ];
|
propagatedBuildInputs = [ gobjectIntrospection pygobject3 gtk3 ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user