2017-05-15 12:05:35 -05:00
|
|
|
{
|
|
|
|
mkDerivation, lib,
|
2017-05-22 13:49:07 -05:00
|
|
|
extra-cmake-modules, kdoctools,
|
2017-06-17 11:26:19 -05:00
|
|
|
pcre, qtbase,
|
2016-04-21 10:32:21 -05:00
|
|
|
}:
|
|
|
|
|
2017-05-15 12:05:35 -05:00
|
|
|
mkDerivation {
|
2016-04-21 10:32:21 -05:00
|
|
|
name = "kjs";
|
2016-04-28 10:56:40 -05:00
|
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
2017-02-26 06:49:15 -06:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
2017-06-17 11:26:19 -05:00
|
|
|
buildInputs = [ pcre qtbase ];
|
2016-04-21 10:32:21 -05:00
|
|
|
}
|