lol
0
fork

Configure Feed

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

at 17.09-beta 12 lines 315 B view raw
1{ 2 mkDerivation, lib, 3 extra-cmake-modules, qttools, 4 kcoreaddons, kwidgetsaddons, qtx11extras 5}: 6 7mkDerivation { 8 name = "kjobwidgets"; 9 meta = { maintainers = [ lib.maintainers.ttuegel ]; }; 10 nativeBuildInputs = [ extra-cmake-modules qttools ]; 11 buildInputs = [ kcoreaddons kwidgetsaddons qtx11extras ]; 12}