treewide: explicitly specify gtk and related package versions

This commit is contained in:
Kirill Boltaev
2016-09-12 00:24:51 +03:00
parent 30107249b1
commit bccd75094f
339 changed files with 893 additions and 872 deletions

View File

@@ -1,4 +1,4 @@
{ lib, fetchurl, python, mkPythonDerivation, pkgconfig, pygobject, glib, pygtk, gnome2 }:
{ lib, fetchurl, python, mkPythonDerivation, pkgconfig, pygobject2, glib, pygtk, gnome2 }:
let version = "2.10.1"; in
@@ -12,7 +12,7 @@ mkPythonDerivation {
patches = [ ./codegendir.patch ];
buildInputs = [ python pkgconfig pygobject glib pygtk gnome2.gtksourceview ];
buildInputs = [ python pkgconfig pygobject2 glib pygtk gnome2.gtksourceview ];
meta = {
platforms = lib.platforms.unix;