highlighting-kate: updated to version 0.2.10
svn path=/nixpkgs/trunk/; revision=28246
This commit is contained in:
parent
d2a2d365c9
commit
e2ca9813d4
@ -1,11 +1,15 @@
|
|||||||
{cabal, parsec, pcreLight, xhtml}:
|
{cabal, parsec, regexPcreBuiltin, xhtml} :
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "highlighting-kate";
|
pname = "highlighting-kate";
|
||||||
version = "0.2.9";
|
version = "0.2.10";
|
||||||
sha256 = "0mk8m01mqw6vnjldr5idc6611475j4m292cm18kn3wa83000mbgk";
|
sha256 = "0cw89qsslrp4zh47ics7bg79fkqnxpnyz1a9xws0xzd9xmg3zrhh";
|
||||||
propagatedBuildInputs = [parsec pcreLight xhtml];
|
propagatedBuildInputs = [ parsec regexPcreBuiltin xhtml ];
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = "http://github.com/jgm/highlighting-kate";
|
||||||
description = "Syntax highlighting";
|
description = "Syntax highlighting";
|
||||||
|
license = "GPL";
|
||||||
|
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user