ngspice: enable OSDI support (#352381)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user