Merge pull request #234004 from wegank/libngspice-parallel
libngspice: enable parallel building
This commit is contained in:
@@ -37,6 +37,8 @@ stdenv.mkDerivation rec {
|
||||
"--enable-cider"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Next Generation Spice (Electronic Circuit Simulator)";
|
||||
homepage = "http://ngspice.sourceforge.net";
|
||||
|
||||
Reference in New Issue
Block a user