From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e86XJ-00066w-8c for guix-patches@gnu.org; Fri, 27 Oct 2017 11:27:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e86XG-0004Ju-4I for guix-patches@gnu.org; Fri, 27 Oct 2017 11:27:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57088) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e86XF-0004Jm-Vz for guix-patches@gnu.org; Fri, 27 Oct 2017 11:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e86XF-0003ya-QK for guix-patches@gnu.org; Fri, 27 Oct 2017 11:27:01 -0400 Subject: [bug#27344] [PATCH v4 3/3] gnu: Add qucs-s. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87tvyksmyt.fsf@foradis.org> <20171027141819.21006-1-theodoros@foradis.org> <20171027141819.21006-3-theodoros@foradis.org> Date: Fri, 27 Oct 2017 08:26:32 -0700 In-Reply-To: <20171027141819.21006-3-theodoros@foradis.org> (Theodoros Foradis's message of "Fri, 27 Oct 2017 17:18:19 +0300") Message-ID: <87bmksa9xz.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 (qucs-s): New variable. There seems to be a lot of duplication with =E2=80=98qucs=E2=80=99. Would = it be possible to inherit from qucs, thereby reusing its phases, and simply provide any extra phase that=E2=80=99s needed? This is our last patch, we=E2=80=99ll soon be able to claim victory! :-) Thank you, Ludo=E2=80=99.