Added pandoc and dependencies.
svn path=/nixpkgs/trunk/; revision=16091
This commit is contained in:
12
pkgs/development/libraries/haskell/pandoc/default.nix
Normal file
12
pkgs/development/libraries/haskell/pandoc/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{cabal, mtl, network, parsec, utf8String, xhtml, zipArchive}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "pandoc";
|
||||
version = "1.2";
|
||||
sha256 = "e922c8f4765a8d105abf30dbe21a73961357929cd2fb8dfd323f0f62ca0723b4";
|
||||
propagatedBuildInputs = [mtl network parsec utf8String xhtml zipArchive];
|
||||
meta = {
|
||||
description = "Conversion between markup formats";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user