* 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:
parent
c21a8b1492
commit
a577b41f1c
@ -10,7 +10,8 @@ rec {
|
|||||||
|
|
||||||
# Platform
|
# 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;
|
inherit fetchurl;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -122,7 +123,8 @@ rec {
|
|||||||
|
|
||||||
# Desktop
|
# 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;
|
inherit fetchurl;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user