3
0
Fork 0
forked from mirrors/nixpkgs

* 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 {
inherit cabal;
inherit (pkgs) X11;
inherit cabal X11;
};
xmonad = import ../applications/window-managers/xmonad {

View file

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