Merge #19081: gnome-3.22

Also master commits are brought in.
This commit is contained in:
Vladimír Čunát
2016-10-20 23:03:45 +02:00
369 changed files with 7179 additions and 502 deletions

View File

@@ -1,13 +1,13 @@
{ stdenv, fetchurl, mkPythonDerivation, python, pkgconfig, glib, gobjectIntrospection, pycairo, cairo, which, ncurses}:
mkPythonDerivation rec {
major = "3.20";
major = "3.22";
minor = "0";
name = "pygobject-${major}.${minor}";
src = fetchurl {
url = "mirror://gnome/sources/pygobject/${major}/${name}.tar.xz";
sha256 = "0ikzh3l7g1gjh8jj8vg6mdvrb25svp63gxcam4m0i404yh0lgari";
sha256 = "08b29cfb08efc80f7a8630a2734dec65a99c1b59f1e5771c671d2e4ed8a5cbe7";
};
buildInputs = [ pkgconfig glib gobjectIntrospection ]