stack.yaml: Added nix packages section.
Thanks, Sean T Parsons
This commit is contained in:
parent
38c0e09de6
commit
64f1c09526
2 changed files with 10 additions and 0 deletions
|
@ -5,6 +5,8 @@ git-annex (6.20171019) UNRELEASED; urgency=medium
|
|||
* Windows: Remove wget from bundle; it needs libraries that are not
|
||||
included, and git for windows includes curl which git-annex will use
|
||||
instead.
|
||||
* stack.yaml: Added nix packages section.
|
||||
Thanks, Sean T Parsons
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Tue, 24 Oct 2017 13:12:52 -0400
|
||||
|
||||
|
|
|
@ -24,3 +24,11 @@ extra-deps:
|
|||
explicit-setup-deps:
|
||||
git-annex: true
|
||||
resolver: lts-9.9
|
||||
nix:
|
||||
packages:
|
||||
- ncurses
|
||||
- icu
|
||||
- libcxx
|
||||
- gcc
|
||||
- zlib
|
||||
- rsync
|
Loading…
Reference in a new issue