* Added cksfv, a program for verifying sfv checksum files.

svn path=/nixpkgs/trunk/; revision=720
This commit is contained in:
Eelco Dolstra
2004-01-25 08:59:20 +00:00
parent 91184df3b2
commit 9db5df37f9
4 changed files with 28 additions and 0 deletions

View File

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

View File

@@ -5,6 +5,7 @@ let {
pkgs.unzip
pkgs.valgrind
pkgs.par2cmdline
pkgs.cksfv
pkgs.graphviz
pkgs.strategoxt093
pkgs.libxml2