Added pandoc and dependencies.

svn path=/nixpkgs/trunk/; revision=16091
This commit is contained in:
Andres Löh
2009-06-30 08:04:12 +00:00
parent ac3253387f
commit 785b190861
4 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{cabal, zlib}:
cabal.mkDerivation (self : {
pname = "digest";
version = "0.0.0.5";
sha256 = "dddfcdd325dc7d4fb1ce4772c1f5618cb20504b28dba8a78682011cba1341efd";
propagatedBuildInputs = [zlib];
meta = {
description = "Various cryptographic hashes for bytestrings: CRC32 and Adler32 for now";
};
})