Merge pull request #234004 from wegank/libngspice-parallel

libngspice: enable parallel building
This commit is contained in:
Weijia Wang
2023-05-25 22:13:51 +03:00
committed by GitHub
@@ -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";