* revert back to gnome 2.10.1.

As it turns out, quite a few packages were consolidated. So for example the
libgtkhtml package is now part of the gtkhtml package. This screws up quite
a few of the Nix expressions we have.

svn path=/nixpkgs/trunk/; revision=5519
This commit is contained in:
Armijn Hemel 2006-06-24 17:52:46 +00:00
parent c21a8b1492
commit a577b41f1c

View File

@ -10,7 +10,8 @@ rec {
# Platform
platform = (import ./src-gnome-platform-2.14.2.nix) {
#platform = (import ./src-gnome-platform-2.14.2.nix) {
platform = (import ./src-gnome-platform-2.10.1.nix) {
inherit fetchurl;
};
@ -122,7 +123,8 @@ rec {
# Desktop
desktop = (import ./src-gnome-desktop-2.14.2.nix) {
#desktop = (import ./src-gnome-desktop-2.14.2.nix) {
desktop = (import ./src-gnome-desktop-2.10.1.nix) {
inherit fetchurl;
};
@ -178,4 +180,4 @@ rec {
input = desktop.gnomepanel;
};
}
}