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