mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
xmobar: use haskell-libmpd-0.8.0.5
This commit is contained in:
parent
ec32ea31c3
commit
fb46d6bce9
@ -3042,7 +3042,9 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
xlsx = callPackage ../development/libraries/haskell/xlsx {};
|
||||
|
||||
xmobar = callPackage ../applications/misc/xmobar {};
|
||||
xmobar = callPackage ../applications/misc/xmobar {
|
||||
libmpd = self.libmpd_0_8_0_5;
|
||||
};
|
||||
|
||||
xmonad = callPackage ../applications/window-managers/xmonad {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user