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,5 +1,5 @@
{ fetchurl, stdenv, binutils
, pkgconfig, gtk, glib, pango, libglade }:
, pkgconfig, gtk2, glib, pango, libglade }:
stdenv.mkDerivation rec {
name = "sysprof-1.2.0";
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "1wb4d844rsy8qjg3z5m6rnfm72da4xwzrrkkb1q5r10sq1pkrw5s";
};
buildInputs = [ binutils pkgconfig gtk glib pango libglade ];
buildInputs = [ binutils pkgconfig gtk2 glib pango libglade ];
meta = {
homepage = http://sysprof.com/;