Merge pull request #8580 from jraygauthier/jrg/fix_meld_hicolor_icon_breakage
Fix meld package that broke the hicolor icon theme.
This commit is contained in:
commit
d50969b66e
@ -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