* Use separate Berkeley DB and ATerm.

svn path=/nixpkgs/trunk/; revision=793
This commit is contained in:
Eelco Dolstra
2004-02-16 16:54:01 +00:00
parent d113da8bab
commit 5eea59c2cd
3 changed files with 20 additions and 12 deletions

View File

@@ -662,7 +662,9 @@
};
nix = (import ../misc/nix) {
inherit fetchurl stdenv;
inherit fetchurl stdenv aterm;
aterm = aterm_2_0_5;
bdb = db4;
};
}