commit
b70a4b2b98
@ -1,12 +1,13 @@
|
||||
{stdenv, fetchurl, bison, flex
|
||||
, readline, libX11, libICE, libXaw, libXmu, libXext, libXt, fftw }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ngspice-29";
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ngspice-${version}";
|
||||
version = "30";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/ngspice/ngspice-29.tar.gz";
|
||||
sha256 = "0jjwz73naq7l9yhwdqbpnrfckywp2ffkppivxjv8w92zq7xhyvcd";
|
||||
url = "mirror://sourceforge/ngspice/ngspice-${version}.tar.gz";
|
||||
sha256 = "15v0jdfy2a2zxp8dmy04fdp7w7a4vwvffcwa688r81b86wphxzh8";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ flex bison ];
|
||||
|
@ -2,12 +2,13 @@
|
||||
|
||||
# Note that this does not provide the ngspice command-line utility. For that see
|
||||
# the ngspice derivation.
|
||||
stdenv.mkDerivation {
|
||||
name = "libngspice-29";
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libngspice-${version}";
|
||||
version = "30";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/ngspice/ngspice-29.tar.gz";
|
||||
sha256 = "0jjwz73naq7l9yhwdqbpnrfckywp2ffkppivxjv8w92zq7xhyvcd";
|
||||
url = "mirror://sourceforge/ngspice/ngspice-${version}.tar.gz";
|
||||
sha256 = "15v0jdfy2a2zxp8dmy04fdp7w7a4vwvffcwa688r81b86wphxzh8";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ flex bison ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user