lol
0
fork

Configure Feed

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

at 24.05-pre 18 lines 387 B view raw
1{ 2 mkDerivation, lib, 3 extra-cmake-modules, isocodes, 4 kcoreaddons, kconfig, kcodecs, ki18n, qtbase, 5}: 6 7mkDerivation { 8 pname = "kcontacts"; 9 meta = { 10 license = [ lib.licenses.lgpl21 ]; 11 }; 12 propagatedBuildInputs = [ 13 isocodes 14 ]; 15 nativeBuildInputs = [ extra-cmake-modules ]; 16 buildInputs = [ kcoreaddons kconfig kcodecs ki18n qtbase ]; 17 outputs = [ "out" "dev" ]; 18}