Skip to content

Commit ce22e01

Browse files
authored
ngspice: enable OSDI support (#352381)
2 parents a5337b5 + 8b37d45 commit ce22e01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/development/libraries/libngspice/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
4040
] ++ [
4141
"--enable-xspice"
4242
"--enable-cider"
43+
"--enable-osdi"
4344
];
4445

4546
enableParallelBuilding = true;
@@ -49,7 +50,7 @@ stdenv.mkDerivation rec {
4950
mainProgram = "ngspice";
5051
homepage = "http://ngspice.sourceforge.net";
5152
license = with licenses; [ bsd3 gpl2Plus lgpl2Plus ]; # See https://sourceforge.net/p/ngspice/ngspice/ci/master/tree/COPYING
52-
maintainers = with maintainers; [ bgamari rongcuid ];
53+
maintainers = with maintainers; [ bgamari ];
5354
platforms = platforms.unix;
5455
};
5556
}

0 commit comments

Comments
 (0)