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

* Use aterm 2.3.1.

This commit is contained in:
Eelco Dolstra 2004-12-29 17:29:24 +00:00
parent 9022cf9adf
commit 77fc1c6c5c

View file

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