summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 15:09:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 15:09:18 -0400
commitb34c046c441f52621c389ec90d28c72d4fbbced7 (patch)
treee9a6be2fed767ecc3cdff8243cabe403bd38e88a
parent0b6dac2de037bb6cb00ebd81849a7adf62c2251d (diff)
stack.yaml: Added nix packages section.
Thanks, Sean T Parsons
-rw-r--r--CHANGELOG2
-rw-r--r--stack.yaml8
2 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6af753837..f02e82642 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/stack.yaml b/stack.yaml
index d84c4682e..ac601200e 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -24,3 +24,11 @@ extra-deps:
explicit-setup-deps:
git-annex: true
resolver: lts-9.9
+nix:
+ packages:
+ - ncurses
+ - icu
+ - libcxx
+ - gcc
+ - zlib
+ - rsync \ No newline at end of file