lol
0
fork

Configure Feed

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

at 18.09-beta 9 lines 287 B view raw
1{ mkDerivation, lib, extra-cmake-modules, kcoreaddons, ki18n, qtbase, }: 2 3mkDerivation { 4 name = "kpty"; 5 meta = { maintainers = [ lib.maintainers.ttuegel ]; }; 6 nativeBuildInputs = [ extra-cmake-modules ]; 7 buildInputs = [ kcoreaddons ki18n qtbase ]; 8 outputs = [ "out" "dev" ]; 9}