lol
0
fork

Configure Feed

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

at 16.09-beta 13 lines 426 B view raw
1{ kdeFramework, lib, copyPathsToStore, ecm 2, attr, ebook_tools, exiv2, ffmpeg, karchive, ki18n, poppler, qtbase, taglib 3}: 4 5kdeFramework { 6 name = "kfilemetadata"; 7 meta = { maintainers = [ lib.maintainers.ttuegel ]; }; 8 patches = copyPathsToStore (lib.readPathsFromFile ./. ./series); 9 nativeBuildInputs = [ ecm ]; 10 propagatedBuildInputs = [ 11 attr ebook_tools exiv2 ffmpeg karchive ki18n poppler qtbase taglib 12 ]; 13}