forked from mirrors/nixpkgs
libngspice: enable parallel building
This commit is contained in:
parent
342c730a0c
commit
45288180b9
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue