Advertisement
Guest User

Untitled

a guest
May 11th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. taffybar_vanilla = pkgs.taffybar.override { packages = (x: [x.alsa-mixer]); };
  2. taffybar_patched = taffybar_vanilla.overrideAttrs (oldAttrs: rec {
  3. postPatch = ''
  4. sed -i 's/0 ../1 ../' src/System/Taffybar/WorkspaceSwitcher.hs
  5. '';
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement