lol
1{ kdeFramework, lib, copyPathsToStore, ecm, kcoreaddons, polkit-qt }:
2
3kdeFramework {
4 name = "kauth";
5 meta = { maintainers = [ lib.maintainers.ttuegel ]; };
6 nativeBuildInputs = [ ecm ];
7 propagatedBuildInputs = [ kcoreaddons polkit-qt ];
8 patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
9}