lol
fork

Configure Feed

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

at master 13 lines 147 B view raw
1{ 2 mkKdeDerivation, 3 qttools, 4 cyrus_sasl, 5}: 6mkKdeDerivation { 7 pname = "libkgapi"; 8 9 extraBuildInputs = [ 10 qttools 11 cyrus_sasl 12 ]; 13}