Add gnome3.gtk2

svn path=/nixpkgs/trunk/; revision=31368
This commit is contained in:
Yury G. Kudryashov 2012-01-06 18:54:10 +00:00
parent a9dc08d887
commit d7049d1c08

View file

@ -3680,6 +3680,8 @@ let
gtk = callPackage ../development/libraries/gtk+/3.2.x.nix { };
gtk2 = callPackage ../development/libraries/gtk+/2.24.x.nix { };
# Let hydra build gtk-3.x but do not show this to users yet
recurseForRelease = true;
};