mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
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 : {
|
||||
pname = "highlighting-kate";
|
||||
version = "0.2.9";
|
||||
sha256 = "0mk8m01mqw6vnjldr5idc6611475j4m292cm18kn3wa83000mbgk";
|
||||
propagatedBuildInputs = [parsec pcreLight xhtml];
|
||||
version = "0.2.10";
|
||||
sha256 = "0cw89qsslrp4zh47ics7bg79fkqnxpnyz1a9xws0xzd9xmg3zrhh";
|
||||
propagatedBuildInputs = [ parsec regexPcreBuiltin xhtml ];
|
||||
meta = {
|
||||
homepage = "http://github.com/jgm/highlighting-kate";
|
||||
description = "Syntax highlighting";
|
||||
license = "GPL";
|
||||
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue