1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-18 19:26:02 +00:00
nixpkgs/pkgs/development/libraries/kde-frameworks/syntax-highlighting.nix
2016-12-13 17:53:43 -06:00

10 lines
178 B
Nix

{ kdeFramework, lib
, ecm, perl
}:
kdeFramework {
name = "syntax-highlighting";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ ecm perl ];
}