2016-12-18 15:26:15 +01:00
|
|
|
{
|
|
|
|
kdeFramework, fetchurl, lib, copyPathsToStore,
|
2017-02-26 13:49:15 +01:00
|
|
|
extra-cmake-modules, kdoctools,
|
2016-12-18 15:26:15 +01:00
|
|
|
karchive, kconfig, kcoreaddons, ki18n
|
2016-04-21 17:32:21 +02:00
|
|
|
}:
|
|
|
|
|
|
|
|
kdeFramework {
|
|
|
|
name = "kpackage";
|
2016-04-28 17:59:07 +02:00
|
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
2017-02-26 13:49:15 +01:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
2016-04-28 17:59:07 +02:00
|
|
|
propagatedBuildInputs = [ karchive kconfig kcoreaddons ki18n ];
|
2016-12-18 15:26:15 +01:00
|
|
|
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
2016-04-21 17:32:21 +02:00
|
|
|
}
|