1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

* Use ATerm 2.2.

* Include bootstrap.sh in dist.
This commit is contained in:
Eelco Dolstra 2004-07-30 14:17:05 +00:00
parent 16c8b4c8e5
commit 5373aed1a8
2 changed files with 4 additions and 4 deletions

View file

@ -34,12 +34,12 @@ endif
# CWI ATerm
ATERM = aterm-2.1
ATERM = aterm-2.2
$(ATERM).tar.gz:
@echo "Nix requires the CWI ATerm library to build."
@echo "Please download version 2.1 from"
@echo " http://www.cwi.nl/projects/MetaEnv/aterm/aterm-2.1.tar.gz"
@echo "Please download version 2.2 from"
@echo " http://www.cwi.nl/projects/MetaEnv/aterm/aterm-2.2.tar.gz"
@echo "and place it in the externals/ directory."
false