xmobar: re-generate with cabal2nix
This commit is contained in:
parent
18a82b7da1
commit
6eeb989a35
@ -1,6 +1,6 @@
|
||||
{ cabal, alsaCore, alsaMixer, filepath, HTTP, libXrandr, mtl
|
||||
, parsec, regexCompat, stm, time, utf8String, wirelesstools, X11, libmpd
|
||||
, X11Xft
|
||||
{ cabal, alsaCore, alsaMixer, filepath, HTTP, libmpd, libXrandr
|
||||
, mtl, parsec, regexCompat, stm, time, utf8String, wirelesstools
|
||||
, X11, X11Xft
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
@ -10,8 +10,8 @@ cabal.mkDerivation (self: {
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
alsaCore alsaMixer filepath HTTP mtl parsec regexCompat stm time
|
||||
utf8String X11 X11Xft libmpd
|
||||
alsaCore alsaMixer filepath HTTP libmpd mtl parsec regexCompat stm
|
||||
time utf8String X11 X11Xft
|
||||
];
|
||||
extraLibraries = [ libXrandr wirelesstools ];
|
||||
configureFlags = "-fwith_xft -fwith_iwlib -fwith_alsa -fwith_mpd";
|
||||
|
Loading…
Reference in New Issue
Block a user