lol
0
fork

Configure Feed

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

at 18.09-beta 17 lines 432 B view raw
1{ 2 mkDerivation, lib, kdepimTeam, 3 extra-cmake-modules, kdoctools, 4 cyrus_sasl, kcoreaddons, ki18n, kio, kmime 5}: 6 7mkDerivation { 8 name = "kimap"; 9 meta = { 10 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; 11 maintainers = kdepimTeam; 12 }; 13 nativeBuildInputs = [ extra-cmake-modules kdoctools ]; 14 buildInputs = [ ki18n kio ]; 15 propagatedBuildInputs = [ cyrus_sasl kcoreaddons kmime ]; 16 outputs = [ "out" "dev" ]; 17}