From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxf6J-0002zL-Tw for guix-patches@gnu.org; Thu, 28 Sep 2017 16:08:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxf6I-0000Ub-Qb for guix-patches@gnu.org; Thu, 28 Sep 2017 16:08:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56719) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dxf6I-0000US-MX for guix-patches@gnu.org; Thu, 28 Sep 2017 16:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dxf6I-0004OB-HH for guix-patches@gnu.org; Thu, 28 Sep 2017 16:08:02 -0400 Subject: [bug#27344] [PATCH v3 2/8] gnu: Add libngspice and ngspice. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87lglnery8.fsf@foradis.org> <20170909175752.8566-1-theodoros@foradis.org> <20170909175752.8566-2-theodoros@foradis.org> Date: Thu, 28 Sep 2017 22:07:12 +0200 In-Reply-To: <20170909175752.8566-2-theodoros@foradis.org> (Theodoros Foradis's message of "Sat, 9 Sep 2017 20:57:46 +0300") Message-ID: <871smqlh8v.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Theodoros Foradis Cc: 27344@debbugs.gnu.org Theodoros Foradis skribis: > * gnu/packages/engineering.scm (libngspice): New variable. > * gnu/packages/engineering.scm (ngspice): New variable. I=E2=80=99m sorry for asking this late in the game, but I didn=E2=80=99t fi= nd the answer in previous discussions: why two packages? It seems to me that a =E2=80=9Clib=E2=80=9D output would achieve the same, no? (It=E2=80=99s best to leave a comment in such a situation.) If you tell me I=E2=80=99m wrong, that=E2=80=99s OK, I=E2=80=99ll apply it = right away! Thanks, Ludo=E2=80=99.