lol
0
fork

Configure Feed

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

at 18.03-beta 13 lines 319 B view raw
1{ 2 mkDerivation, lib, 3 extra-cmake-modules, kdoctools, qttools, 4 ki18n, kjs, qtsvg, 5}: 6 7mkDerivation { 8 name = "kjsembed"; 9 meta = { maintainers = [ lib.maintainers.ttuegel ]; }; 10 nativeBuildInputs = [ extra-cmake-modules kdoctools qttools ]; 11 buildInputs = [ ki18n qtsvg ]; 12 propagatedBuildInputs = [ kjs ]; 13}