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