lol
at 16.09-beta 9 lines 314 B view raw
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}