mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 11:15:12 +00:00
haskellPackages.xmobar: Enable separate bin output
This commit is contained in:
parent
2d3d38d58d
commit
58f0ebf2c5
@ -1377,4 +1377,6 @@ self: super: builtins.intersectAttrs super {
|
||||
pvar = dontCheck super.pvar;
|
||||
|
||||
kmonad = enableSeparateBinOutput super.kmonad;
|
||||
|
||||
xmobar = enableSeparateBinOutput super.xmobar;
|
||||
}
|
||||
|
@ -35872,7 +35872,7 @@ with pkgs;
|
||||
|
||||
xlife = callPackage ../applications/graphics/xlife { };
|
||||
|
||||
xmobar = haskellPackages.xmobar;
|
||||
xmobar = haskellPackages.xmobar.bin;
|
||||
|
||||
xmonad-log = callPackage ../tools/misc/xmonad-log { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user