lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 16.09-beta 16 lines 372 B view raw
1{ kdeFramework, lib, copyPathsToStore 2, ecm 3, karchive 4, kconfig 5, kcoreaddons 6, kdoctools 7, ki18n 8}: 9 10kdeFramework { 11 name = "kpackage"; 12 meta = { maintainers = [ lib.maintainers.ttuegel ]; }; 13 nativeBuildInputs = [ ecm kdoctools ]; 14 propagatedBuildInputs = [ karchive kconfig kcoreaddons ki18n ]; 15 patches = copyPathsToStore (lib.readPathsFromFile ./. ./series); 16}