* Added cksfv, a program for verifying sfv checksum files.
svn path=/nixpkgs/trunk/; revision=720
This commit is contained in:
@@ -103,6 +103,11 @@
|
||||
stdenv = stdenv;
|
||||
};
|
||||
|
||||
cksfv = (import ../tools/networking/cksfv) {
|
||||
fetchurl = fetchurl;
|
||||
stdenv = stdenv;
|
||||
};
|
||||
|
||||
graphviz = (import ../tools/graphics/graphviz) {
|
||||
fetchurl = fetchurl;
|
||||
stdenv = stdenv;
|
||||
|
||||
@@ -5,6 +5,7 @@ let {
|
||||
pkgs.unzip
|
||||
pkgs.valgrind
|
||||
pkgs.par2cmdline
|
||||
pkgs.cksfv
|
||||
pkgs.graphviz
|
||||
pkgs.strategoxt093
|
||||
pkgs.libxml2
|
||||
|
||||
Reference in New Issue
Block a user