ngspice: enable OSDI support (#352381)

This commit is contained in:
Weijia Wang
2024-11-02 21:34:24 +01:00
committed by GitHub
@@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
] ++ [
"--enable-xspice"
"--enable-cider"
"--enable-osdi"
];
enableParallelBuilding = true;
@@ -49,7 +50,7 @@ stdenv.mkDerivation rec {
mainProgram = "ngspice";
homepage = "http://ngspice.sourceforge.net";
license = with licenses; [ bsd3 gpl2Plus lgpl2Plus ]; # See https://sourceforge.net/p/ngspice/ngspice/ci/master/tree/COPYING
maintainers = with maintainers; [ bgamari rongcuid ];
maintainers = with maintainers; [ bgamari ];
platforms = platforms.unix;
};
}