From a577b41f1cb132d394ca989a46d399ae5f4f84b0 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Sat, 24 Jun 2006 17:52:46 +0000 Subject: [PATCH] * 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 --- pkgs/development/libraries/gnome/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/gnome/default.nix b/pkgs/development/libraries/gnome/default.nix index e32ab136aab6..7bb2d55aa49a 100644 --- a/pkgs/development/libraries/gnome/default.nix +++ b/pkgs/development/libraries/gnome/default.nix @@ -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; }; -} \ No newline at end of file +}