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