summary refs log blame commit diff
path: root/pkgs/development/libraries/kde-frameworks/syntax-highlighting.nix
blob: fee392140f7e3f4802e377a50d69882df5035cc1 (plain) (tree)
1
2
3
4
5
6
7
8
9
              
                                            

  
              
                                


                                                   
 
{ mkDerivation
, extra-cmake-modules, perl, qtbase, qttools
}:

mkDerivation {
  pname = "syntax-highlighting";
  nativeBuildInputs = [ extra-cmake-modules perl ];
  buildInputs = [ qttools ];
  propagatedBuildInputs = [ qtbase ];
}