* Added the UML utilities (in particular for tunctl). mconsole is

not built since it requires readline, which we don't have right now.

svn path=/nixpkgs/trunk/; revision=804
This commit is contained in:
Eelco Dolstra
2004-02-18 16:22:31 +00:00
parent 428f8b4ca3
commit cd0e06b9ef
3 changed files with 31 additions and 0 deletions

View File

@@ -665,6 +665,10 @@
patch = gnupatch;
};
umlutilities = (import ../misc/uml-utilities) {
inherit fetchurl stdenv;
};
nix = (import ../misc/nix) {
inherit fetchurl stdenv aterm;
aterm = aterm_2_0_5;