1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-19 03:48:57 +00:00
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 ];
}