haskellPackages.xmobar: Enable separate bin output

This commit is contained in:
Tony Zorman 2024-05-04 07:21:55 +02:00
parent 2d3d38d58d
commit 58f0ebf2c5
2 changed files with 3 additions and 1 deletions

View File

@ -1377,4 +1377,6 @@ self: super: builtins.intersectAttrs super {
pvar = dontCheck super.pvar;
kmonad = enableSeparateBinOutput super.kmonad;
xmobar = enableSeparateBinOutput super.xmobar;
}

View File

@ -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 { };