Updated gitit plus dependencies.

svn path=/nixpkgs/trunk/; revision=21108
This commit is contained in:
Andres Löh
2010-04-15 21:10:06 +00:00
parent 52fe24049c
commit 934b429725
15 changed files with 161 additions and 33 deletions

View File

@@ -0,0 +1,14 @@
{cabal, cgi, json, parsec, xml}:
cabal.mkDerivation (self : {
pname = "texmath";
version = "0.2.0.3";
sha256 = "d355a298d28b9f5356926c2d2942f28ed07afa9d944cadfa47d8cdec73725b55";
propagatedBuildInputs = [cgi json parsec xml];
meta = {
description = "Conversion of LaTeX math formulas to MathML";
license = "GPL";
maintainers = [self.stdenv.lib.maintainers.andres];
};
})