lol
0
fork

Configure Feed

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

at 23.11-beta 13 lines 257 B view raw
1{ 2 mkDerivation, 3 extra-cmake-modules, 4 avahi, qtbase, qttools, 5}: 6 7mkDerivation { 8 pname = "kdnssd"; 9 nativeBuildInputs = [ extra-cmake-modules ]; 10 buildInputs = [ avahi qttools ]; 11 propagatedBuildInputs = [ qtbase ]; 12 outputs = [ "out" "dev" ]; 13}