1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 05:31:22 +00:00

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:
lethalman 2015-07-01 10:12:32 +02:00
commit d50969b66e

View file

@ -1,5 +1,6 @@
{ stdenv, fetchurl, itstool, buildPythonPackage, python27, intltool, makeWrapper
, libxml2, pygobject3, gobjectIntrospection, gtk3, gnome3, pycairo, cairo
, hicolor_icon_theme
}:
@ -20,6 +21,7 @@ buildPythonPackage rec {
buildInputs = [
python27 intltool makeWrapper itstool libxml2
gnome3.gtksourceview gnome3.gsettings_desktop_schemas pycairo cairo
hicolor_icon_theme
];
propagatedBuildInputs = [ gobjectIntrospection pygobject3 gtk3 ];