lol
0
fork

Configure Feed

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

at 23.05-pre 14 lines 329 B view raw
1{ 2 mkDerivation, 3 extra-cmake-modules, 4 libpthreadstubs, libXdmcp, 5 qtbase, qttools, qtx11extras 6}: 7 8mkDerivation { 9 pname = "kwindowsystem"; 10 nativeBuildInputs = [ extra-cmake-modules ]; 11 buildInputs = [ libpthreadstubs libXdmcp qttools qtx11extras ]; 12 propagatedBuildInputs = [ qtbase ]; 13 outputs = [ "out" "dev" ]; 14}