mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
* Use it.
svn path=/nixpkgs/trunk/; revision=5248
This commit is contained in:
parent
285756b5b0
commit
75ee1e1704
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue