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, fetchurl, gtk, pkgconfig, hicolor_icon_theme }:
{stdenv, fetchurl, gtk2, pkgconfig, hicolor_icon_theme }:
stdenv.mkDerivation {
name = "gtkdialog-0.8.3";
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
sha256 = "ff89d2d7f1e6488e5df5f895716ac1d4198c2467a2a5dc1f51ab408a2faec38e";
};
buildInputs = [ gtk pkgconfig hicolor_icon_theme ];
buildInputs = [ gtk2 pkgconfig hicolor_icon_theme ];
meta = {
homepage = http://gtkdialog.googlecode.com/;