Merge pull request #5893 from qknight/meld_upgrade

meld: bump to 3.12.3 (latest) version
This commit is contained in:
Edward Tjörnhammar
2015-01-23 13:06:54 +01:00
3 changed files with 29 additions and 14 deletions

View File

@@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "0dfsjsa95ix8bx3h8w4bhnz7rymgl2paclvbn93x6qp8b53y0pys";
};
buildInputs = [ python pkgconfig glib gobjectIntrospection pycairo cairo ];
buildInputs = [ python pkgconfig glib gobjectIntrospection ];
propagatedBuildInputs = [ pycairo cairo ];
meta = {
homepage = http://live.gnome.org/PyGObject;