From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e86TU-000561-Bo for guix-patches@gnu.org; Fri, 27 Oct 2017 11:23:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e86TO-00022d-R3 for guix-patches@gnu.org; Fri, 27 Oct 2017 11:23:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57080) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e86TO-00022N-Nt for guix-patches@gnu.org; Fri, 27 Oct 2017 11:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e86TO-0003rg-Hk for guix-patches@gnu.org; Fri, 27 Oct 2017 11:23:02 -0400 Subject: [bug#27344] [PATCH v4 2/3] gnu: Add qucs. 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-2-theodoros@foradis.org> Date: Fri, 27 Oct 2017 08:22:52 -0700 In-Reply-To: <20171027141819.21006-2-theodoros@foradis.org> (Theodoros Foradis's message of "Fri, 27 Oct 2017 17:18:18 +0300") Message-ID: <87fua4aa43.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): New variable. [...] > + (wrap-program (string-append out "/bin/qucs") > + `("CPLUS_INCLUDE_PATH" ":" prefix > + (,(string-append (assoc-ref inputs "gcc-toolchain") > + "/include"))) > + `("PATH" ":" prefix > + (,(string-append (assoc-ref inputs "gcc-toolchain") > + "/bin"))) > + `("LIBRARY_PATH" ":" prefix > + (,(string-append (assoc-ref inputs "gcc-toolchain") > + "/lib"))) Is this still needed now that freehdl wraps things? If not, could you send an updated patch? Thank you, Ludo=E2=80=99.