nixpkgs/pkgs/development/libraries/kde-frameworks/syntax-highlighting.nix

10 lines
178 B
Nix
Raw Normal View History

2016-12-13 23:53:43 +00:00
{ kdeFramework, lib
, ecm, perl
}:
kdeFramework {
name = "syntax-highlighting";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ ecm perl ];
}