stack.yaml: Added nix packages section.

Thanks, Sean T Parsons
This commit is contained in:
Joey Hess 2017-10-25 15:09:18 -04:00
parent 38c0e09de6
commit 64f1c09526
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 10 additions and 0 deletions

View file

@ -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

View file

@ -24,3 +24,11 @@ extra-deps:
explicit-setup-deps:
git-annex: true
resolver: lts-9.9
nix:
packages:
- ncurses
- icu
- libcxx
- gcc
- zlib
- rsync