* Gnome 2.16.3.

svn path=/nixpkgs/trunk/; revision=8111
This commit is contained in:
Eelco Dolstra
2007-02-28 17:12:21 +00:00
parent 3d98c0bf14
commit fbb36da0aa
3 changed files with 717 additions and 2 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ rec {
# Platform
platform = (import ./src-gnome-platform-2.14.3.nix) {
platform = (import ./src-gnome-platform-2.16.3.nix) {
inherit fetchurl;
};
@@ -109,7 +109,7 @@ rec {
# Desktop
desktop = (import ./src-gnome-desktop-2.14.3.nix) {
desktop = (import ./src-gnome-desktop-2.16.3.nix) {
inherit fetchurl;
};