diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-11-08 14:52:36 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-11-08 14:52:36 -0400 |
commit | e6557dc360ba47d2ee44b7a6fd382c682d5b106c (patch) | |
tree | e6e5a83088db01125af120fe4c8b7ddd9e1b4ba6 | |
parent | d48c28bfffeda0a7b958f5312fa15dc404c5b8c1 (diff) |
remove nix section to unbreak i386-ancient build
-rw-r--r-- | doc/bugs/Add_day_to_metadata./comment_2_ea15c799c5abfc97eaa20424c15b73a4._comment | 12 | ||||
-rw-r--r-- | stack.yaml | 8 |
2 files changed, 12 insertions, 8 deletions
diff --git a/doc/bugs/Add_day_to_metadata./comment_2_ea15c799c5abfc97eaa20424c15b73a4._comment b/doc/bugs/Add_day_to_metadata./comment_2_ea15c799c5abfc97eaa20424c15b73a4._comment new file mode 100644 index 000000000..73a5b5606 --- /dev/null +++ b/doc/bugs/Add_day_to_metadata./comment_2_ea15c799c5abfc97eaa20424c15b73a4._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2017-11-08T18:51:20Z" + content=""" +Unfortunately the added nix section broke the i386-ancient build, +which uses stack 1.0.4. That version of stack complains: + +Executable named nix-shell not found on path: ["/usr/local/sbin","/usr/local/bin","/sbin","/bin","/usr/sbin","/usr/bin"] + +So, I've reverted the addition of that section. +"""]] diff --git a/stack.yaml b/stack.yaml index ac601200e..d84c4682e 100644 --- a/stack.yaml +++ b/stack.yaml @@ -24,11 +24,3 @@ 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 |