gtk3 stack: go back to gnome-3.12 branches for now

This commit is contained in:
Vladimír Čunát
2014-11-14 23:32:28 +01:00
parent c76b399644
commit 5cad555ab1
4 changed files with 8 additions and 8 deletions
@@ -5,7 +5,7 @@
# In that case its about 6MB which could be separated
let
ver_maj = "1.42";
ver_maj = "1.40";
ver_min = "0";
in
stdenv.mkDerivation rec {
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/gobject-introspection/${ver_maj}/${name}.tar.xz";
sha256 = "1xwm7wmr9r9wp6xljb3bckx3a4siybavaq39w46ly7gpskxfv8iv";
sha256 = "162flbzwzz0b8axab2gimc4dglpaw88fh1d177zfg0whczlpbsln";
};
buildInputs = [ flex bison glib pkgconfig python ]