Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / libraries / kde-frameworks / syntax-highlighting.nix
blobfee392140f7e3f4802e377a50d69882df5035cc1
1 { mkDerivation
2 , extra-cmake-modules, perl, qtbase, qttools
3 }:
5 mkDerivation {
6   pname = "syntax-highlighting";
7   nativeBuildInputs = [ extra-cmake-modules perl ];
8   buildInputs = [ qttools ];
9   propagatedBuildInputs = [ qtbase ];