ngspice: Build shared library

This builds the libngspice shared library which is used by development
versions of kicad.
This commit is contained in:
Ben Gamari 2017-11-02 19:26:06 -04:00
parent 9033675f9b
commit 7eecac6f46

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation {
buildInputs = [ readline libX11 flex bison libICE libXaw libXext ];
configureFlags = [ "--enable-x" "--with-x" "--with-readline" "--enable-xspice" "--enable-cider" ];
configureFlags = [ "--enable-x" "--with-x" "--with-readline" "--enable-xspice" "--enable-cider" "--with-ngshared" ];
meta = with stdenv.lib; {
description = "The Next Generation Spice (Electronic Circuit Simulator)";