nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

libngspice: enable parallel building

+2
+2
pkgs/development/libraries/libngspice/default.nix
··· 37 37 "--enable-cider" 38 38 ]; 39 39 40 + enableParallelBuilding = true; 41 + 40 42 meta = with lib; { 41 43 description = "The Next Generation Spice (Electronic Circuit Simulator)"; 42 44 homepage = "http://ngspice.sourceforge.net";