lol
0
fork

Configure Feed

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

at 18.03-beta 16 lines 381 B view raw
1{ 2 mkDerivation, lib, kdepimTeam, 3 extra-cmake-modules, kdoctools, 4 kdelibs4support, libical 5}: 6 7mkDerivation { 8 name = "kcalcore"; 9 meta = { 10 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; 11 maintainers = kdepimTeam; 12 }; 13 nativeBuildInputs = [ extra-cmake-modules kdoctools ]; 14 propagatedBuildInputs = [ kdelibs4support libical ]; 15 outputs = [ "out" "dev" ]; 16}