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