Revert "gtk+: Update to 3.6.0"

This reverts commit 6cbb674895.
This commit is contained in:
Eelco Dolstra 2012-09-27 17:42:46 -04:00
parent 40eaa8657c
commit f021420036
2 changed files with 4 additions and 4 deletions

View File

@ -8,11 +8,11 @@ assert xineramaSupport -> xlibs.libXinerama != null;
assert cupsSupport -> cups != null;
stdenv.mkDerivation rec {
name = "gtk+-3.6.0";
name = "gtk+-3.2.3";
src = fetchurl {
url = "mirror://gnome/sources/gtk+/3.6/${name}.tar.xz";
sha256 = "e13f45225a795ebe9e4047486fa57b3232e6a21539983775db6cd4ae9046b049";
url = mirror://gnome/sources/gtk+/3.2/gtk+-3.2.3.tar.xz;
sha256 = "0g8x2kcqq17bccm4yszim837saj73zfk66ia2azcgfqfa7r21kz2";
};
enableParallelBuilding = true;

View File

@ -3839,7 +3839,7 @@ let
gtkmm = callPackage ../development/libraries/gtkmm/2.24.x.nix { };
gtkmm3 = callPackage ../development/libraries/gtkmm/3.2.x.nix { };
gtk3 = lowPrio (callPackage ../development/libraries/gtk+/3.6.x.nix { });
gtk3 = lowPrio (callPackage ../development/libraries/gtk+/3.2.x.nix { });
gtkmozembedsharp = callPackage ../development/libraries/gtkmozembed-sharp {
gtksharp = gtksharp2;