From 6542c344bcf0077e7530a0e8f02034aa92b52b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Sat, 8 Aug 2015 19:55:40 +0200 Subject: [PATCH] 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-. But now the "rework" name seems odd; most references I found on the internet calls the package "ngspice". Fix it. --- pkgs/applications/science/electronics/ngspice/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/electronics/ngspice/default.nix b/pkgs/applications/science/electronics/ngspice/default.nix index e64ea909cbb..4f887f511ae 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";