We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5337b5 + 8b37d45 commit ce22e01Copy full SHA for ce22e01
pkgs/development/libraries/libngspice/default.nix
@@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
40
] ++ [
41
"--enable-xspice"
42
"--enable-cider"
43
+ "--enable-osdi"
44
];
45
46
enableParallelBuilding = true;
@@ -49,7 +50,7 @@ stdenv.mkDerivation rec {
49
50
mainProgram = "ngspice";
51
homepage = "http://ngspice.sourceforge.net";
52
license = with licenses; [ bsd3 gpl2Plus lgpl2Plus ]; # See https://sourceforge.net/p/ngspice/ngspice/ci/master/tree/COPYING
- maintainers = with maintainers; [ bgamari rongcuid ];
53
+ maintainers = with maintainers; [ bgamari ];
54
platforms = platforms.unix;
55
};
56
}
0 commit comments