lol
0
fork

Configure Feed

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

at master 17 lines 259 B view raw
1{ 2 mkDerivation, 3 extra-cmake-modules, 4 qtbase, 5 qttools, 6 qtx11extras, 7}: 8 9mkDerivation { 10 pname = "kdbusaddons"; 11 nativeBuildInputs = [ extra-cmake-modules ]; 12 buildInputs = [ 13 qttools 14 qtx11extras 15 ]; 16 propagatedBuildInputs = [ qtbase ]; 17}