kde5.frameworks: 5.28 -> 5.29

This commit is contained in:
Thomas Tuegel
2016-12-13 17:53:43 -06:00
parent c5ed16406b
commit 8faa589a90
7 changed files with 318 additions and 300 deletions
@@ -0,0 +1,9 @@
{ kdeFramework, lib
, ecm, perl
}:
kdeFramework {
name = "syntax-highlighting";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ ecm perl ];
}