2016-12-13 23:53:43 +00:00
|
|
|
{ kdeFramework, lib
|
2017-02-26 12:49:15 +00:00
|
|
|
, extra-cmake-modules, perl, qtbase, qttools
|
2016-12-13 23:53:43 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
kdeFramework {
|
|
|
|
name = "syntax-highlighting";
|
|
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
2017-02-26 12:49:15 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules perl qttools ];
|
|
|
|
buildInputs = [ qtbase ];
|
2016-12-13 23:53:43 +00:00
|
|
|
}
|