* Evaluation fixes (but xmobar is still broken, it can't find

Data.Generics).

svn path=/nixpkgs/trunk/; revision=15169
This commit is contained in:
Eelco Dolstra 2009-04-20 11:48:40 +00:00
parent 8de3404fe7
commit c531caffe5
2 changed files with 1 additions and 3 deletions

View File

@ -299,8 +299,7 @@ rec {
}; };
xmobar = import ../applications/misc/xmobar { xmobar = import ../applications/misc/xmobar {
inherit cabal; inherit cabal X11;
inherit (pkgs) X11;
}; };
xmonad = import ../applications/window-managers/xmonad { xmonad = import ../applications/window-managers/xmonad {

View File

@ -171,7 +171,6 @@ in {
kvm = linux; kvm = linux;
less = all; less = all;
lftp = all; lftp = all;
lhs2tex = ghcSupported;
libsmbios = linux; libsmbios = linux;
libtool = all; libtool = all;
libtool2 = all; libtool2 = all;