summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/syntax-highlighting.nix
blob: 155e9fb8961bb9915166d4f8a4fd28c895ed31f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ kdeFramework, lib
, extra-cmake-modules, perl, qtbase, qttools
}:

kdeFramework {
  name = "syntax-highlighting";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ extra-cmake-modules perl qttools ];
  buildInputs = [ qtbase ];
}