treewide: explicitly specify gtk and related package versions

This commit is contained in:
Kirill Boltaev
2016-09-12 18:26:06 +03:00
parent 30107249b1
commit bccd75094f
339 changed files with 893 additions and 872 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchgit, pkgconfig, gettext, libtool, automake, autoconf, cairo, gtk, autoreconfHook }:
{ stdenv, fetchgit, pkgconfig, gettext, libtool, automake, autoconf, cairo, gtk2, autoreconfHook }:
stdenv.mkDerivation rec {
name = "gerbv-${version}";
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "00jn1xhf6kblxc5gac1wvk8zm12fy6sk81nj3jwdag0z6wk3z446";
};
buildInputs = [ pkgconfig gettext libtool automake autoconf cairo gtk autoreconfHook ];
buildInputs = [ pkgconfig gettext libtool automake autoconf cairo gtk2 autoreconfHook ];
configureFlags = ["--disable-update-desktop-database"];