1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

* Use Berkeley DB 4.3.38.

This commit is contained in:
Eelco Dolstra 2005-05-09 15:30:13 +00:00
parent 8f57634c14
commit bfe4875a5e

View file

@ -1,11 +1,11 @@
# Berkeley DB # Berkeley DB
DB = db-4.2.52 DB = db-4.3.28.NC
$(DB).tar.gz: $(DB).tar.gz:
@echo "Nix requires Berkeley DB to build." @echo "Nix requires Berkeley DB to build."
@echo "Please download version 4.2.52 from" @echo "Please download version 4.3.38 from"
@echo " http://www.sleepycat.com/update/snapshot/db-4.2.52.tar.gz" @echo " http://downloads.sleepycat.com/db-4.3.28.NC.tar.gz"
@echo "and place it in the externals/ directory." @echo "and place it in the externals/ directory."
false false