3
0
Fork 0
forked from mirrors/nixpkgs

* Use it.

svn path=/nixpkgs/trunk/; revision=5248
This commit is contained in:
Eelco Dolstra 2006-05-01 19:16:41 +00:00
parent 285756b5b0
commit 75ee1e1704

View file

@ -2399,6 +2399,11 @@ rec {
bdb = db4;
};
nixUnstable = (import ../misc/nix-unstable) {
inherit fetchurl stdenv aterm perl curl;
bdb = db4;
};
cups = (import ../misc/cups) {
inherit fetchurl stdenv;
};