2017-02-26 04:49:15 -08:00
|
|
|
{ kdeFramework, lib, copyPathsToStore, extra-cmake-modules, kcoreaddons, polkit-qt, qttools }:
|
2016-04-21 08:32:21 -07:00
|
|
|
|
|
|
|
kdeFramework {
|
|
|
|
name = "kauth";
|
2016-04-28 08:48:55 -07:00
|
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
2017-02-26 04:49:15 -08:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules qttools ];
|
2016-04-28 08:48:55 -07:00
|
|
|
propagatedBuildInputs = [ kcoreaddons polkit-qt ];
|
2016-04-21 08:32:21 -07:00
|
|
|
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
|
|
|
}
|