repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
kde-frameworks
/
syntax-highlighting.nix
blob
fee392140f7e3f4802e377a50d69882df5035cc1
1
{ mkDerivation
2
, extra-cmake-modules, perl, qtbase, qttools
3
}:
4
5
mkDerivation {
6
pname = "syntax-highlighting";
7
nativeBuildInputs = [ extra-cmake-modules perl ];
8
buildInputs = [ qttools ];
9
propagatedBuildInputs = [ qtbase ];
10
}