Skip to content

Commit

Permalink
ngspice: enable OSDI support (NixOS#352381)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Nov 2, 2024
2 parents a5337b5 + 8b37d45 commit ce22e01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/libraries/libngspice/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
] ++ [
"--enable-xspice"
"--enable-cider"
"--enable-osdi"
];

enableParallelBuilding = true;
Expand All @@ -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;
};
}

0 comments on commit ce22e01

Please sign in to comment.