* Added par2cmdline.

svn path=/nixpkgs/trunk/; revision=583
This commit is contained in:
Eelco Dolstra
2003-12-14 20:36:43 +00:00
parent f1279496e5
commit 4b283d3de7
3 changed files with 24 additions and 0 deletions

View File

@@ -93,6 +93,11 @@
stdenv = stdenv;
};
par2cmdline = (import ../tools/networking/par2cmdline) {
fetchurl = fetchurl;
stdenv = stdenv;
};
graphviz = (import ../tools/graphics/graphviz) {
fetchurl = fetchurl;
stdenv = stdenv;