svn path=/nixpkgs/trunk/; revision=3652
This commit is contained in:
Armijn Hemel
2005-08-21 16:11:25 +00:00
parent 789a0ab393
commit 4b640be166
3 changed files with 25 additions and 1 deletions

View File

@@ -165,7 +165,7 @@ rec {
};
dhcp = (import ../tools/networking/dhcp) {
inherit fetchurl stdenv;
inherit fetchurl stdenv groff;
};
graphviz = (import ../tools/graphics/graphviz) {