summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/science/electronics/ngspice
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2015-08-08 19:55:40 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2015-08-08 20:02:30 +0200
commit6542c344bcf0077e7530a0e8f02034aa92b52b39 (patch)
tree9b80a928f1f3bbc0207da1254bc636cfc814381c /pkgs/applications/science/electronics/ngspice
parent3e86c32254128d4bc02b329ebc1f7978842e28ad (diff)
ngspice: rename pkgname (s/ng-spice-rework/ngspice/)
I think the previous name comes from the fact that some older versions were distributed in tarballs named ng-spice-rework-<version>. But now the "rework" name seems odd; most references I found on the internet calls the package "ngspice". Fix it.
Diffstat (limited to 'pkgs/applications/science/electronics/ngspice')
-rw-r--r--pkgs/applications/science/electronics/ngspice/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/electronics/ngspice/default.nix b/pkgs/applications/science/electronics/ngspice/default.nix
index e64ea909cbb9..4f887f511ae1 100644
--- a/pkgs/applications/science/electronics/ngspice/default.nix
+++ b/pkgs/applications/science/electronics/ngspice/default.nix
@@ -1,7 +1,7 @@
{stdenv, fetchurl, readline, bison, libX11, libICE, libXaw, libXext}:
stdenv.mkDerivation {
- name = "ng-spice-rework-25";
+ name = "ngspice-25";
src = fetchurl {
url = "mirror://sourceforge/ngspice/ngspice-25.tar.gz";