mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-18 19:10:21 -07:00
25 lines
367 B
YAML
25 lines
367 B
YAML
# This stack.yaml is used to build xmonad-contrib with released versions
|
|
# of X11 and xmonad
|
|
|
|
resolver: lts-21.12
|
|
|
|
packages:
|
|
- ./
|
|
|
|
extra-deps:
|
|
- X11-1.10.2
|
|
- xmonad-0.17.0
|
|
|
|
nix:
|
|
packages:
|
|
- pkg-config
|
|
- xorg.libX11
|
|
- xorg.libXext
|
|
- xorg.libXft
|
|
- xorg.libXrandr
|
|
- xorg.libXrender
|
|
- xorg.libXScrnSaver
|
|
|
|
ghc-options:
|
|
xmonad-contrib: '-j'
|