mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
* Evaluation fixes (but xmobar is still broken, it can't find
Data.Generics). svn path=/nixpkgs/trunk/; revision=15169
This commit is contained in:
parent
8de3404fe7
commit
c531caffe5
@ -299,8 +299,7 @@ rec {
|
||||
};
|
||||
|
||||
xmobar = import ../applications/misc/xmobar {
|
||||
inherit cabal;
|
||||
inherit (pkgs) X11;
|
||||
inherit cabal X11;
|
||||
};
|
||||
|
||||
xmonad = import ../applications/window-managers/xmonad {
|
||||
|
@ -171,7 +171,6 @@ in {
|
||||
kvm = linux;
|
||||
less = all;
|
||||
lftp = all;
|
||||
lhs2tex = ghcSupported;
|
||||
libsmbios = linux;
|
||||
libtool = all;
|
||||
libtool2 = all;
|
||||
|
Loading…
Reference in New Issue
Block a user