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.
This commit is contained in:
Bjørn Forsman 2015-08-08 19:55:40 +02:00
parent 3e86c32254
commit 6542c344bc

View File

@ -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";