lol
0
fork

Configure Feed

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

at 22.05-pre 15 lines 397 B view raw
1{ 2 mkDerivation, lib, 3 extra-cmake-modules, kdoctools, 4 kcmutils, ki18n, kiconthemes, kio, knotifications, kxmlgui, 5}: 6 7mkDerivation { 8 pname = "kdf"; 9 meta = { 10 license = with lib.licenses; [ gpl2 ]; 11 maintainers = [ lib.maintainers.peterhoeg ]; 12 }; 13 nativeBuildInputs = [ extra-cmake-modules kdoctools ]; 14 buildInputs = [ kcmutils ki18n kiconthemes kio knotifications kxmlgui ]; 15}