From f6baaeace8fd9c490f3ae30fdc92a2648e3fe84e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 10 Aug 2010 00:09:29 +0000 Subject: [PATCH] * Add Xfce to the channel. svn path=/nixpkgs/trunk/; revision=23081 --- pkgs/top-level/release.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index 563df607aad4..01d21a49e648 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -562,5 +562,19 @@ with (import ./release-lib.nix); xsetroot = linux; }; + xfce4 = { + gtk_xfce_engine = linux; + mousepad = linux; + ristretto = linux; + terminal = linux; + thunar = linux; + xfce4_power_manager = linux; + xfce4icontheme = linux; + xfce4panel = linux; + xfce4session = linux; + xfdesktop = linux; + xfwm4 = linux; + }; + } ))