From 861e4b1fdfba0d438445285839272db29df787bc Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 7 Sep 2017 15:38:25 -0700 Subject: [PATCH] [XMonad] Add dependencies for taffybar build in xmonad --- dotfiles/xmonad/stack.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dotfiles/xmonad/stack.yaml b/dotfiles/xmonad/stack.yaml index dd32da64..8aa1b5cf 100644 --- a/dotfiles/xmonad/stack.yaml +++ b/dotfiles/xmonad/stack.yaml @@ -1,16 +1,18 @@ flags: {} extra-package-dbs: [] packages: -- '.' -- location: "./xmonad" +- . +- location: ./xmonad extra-dep: true -- location: "./xmonad-contrib" +- location: ./xmonad-contrib extra-dep: true -- location: "./taffybar" +- location: ./taffybar extra-dep: true extra-deps: - X11-xft-0.3.1 - dbus-0.10.12 - gtk-traymanager-0.1.6 - libxml-sax-0.7.5 +- rate-limit-1.1.1 +- time-units-1.0.0 resolver: lts-8.2