lol
fork

Configure Feed

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

swig: enable parallel building

+2
+2
pkgs/by-name/sw/swig/package.nix
··· 41 41 ./autogen.sh 42 42 ''; 43 43 44 + enableParallelBuilding = true; 45 + 44 46 meta = { 45 47 changelog = "https://github.com/swig/swig/blob/${finalAttrs.src.rev}/CHANGES.current"; 46 48 description = "Interface compiler that connects C/C++ code to higher-level languages";