mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
This shall be reverted together with the .github/workflows/stack.yml part of 229d52ff0735e1d1d8a949d221560ccdd9872e5d once xmonad 0.17 is out.
27 lines
422 B
YAML
27 lines
422 B
YAML
# This stack.yaml is used to build xmonad-contrib with master version
|
|
# of xmonad
|
|
|
|
resolver: lts-17.14
|
|
|
|
packages:
|
|
- ./
|
|
|
|
extra-deps:
|
|
- github: xmonad/X11
|
|
commit: master@{today}
|
|
- github: xmonad/xmonad
|
|
commit: master@{today}
|
|
|
|
nix:
|
|
packages:
|
|
- pkg-config
|
|
- xorg.libX11
|
|
- xorg.libXext
|
|
- xorg.libXft
|
|
- xorg.libXrandr
|
|
- xorg.libXrender
|
|
- xorg.libXScrnSaver
|
|
|
|
ghc-options:
|
|
xmonad-contrib: '-j'
|