From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:54709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hFh29-0004xS-EE for guix-patches@gnu.org; Sun, 14 Apr 2019 11:27:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hFh28-0001y6-GN for guix-patches@gnu.org; Sun, 14 Apr 2019 11:27:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47687) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hFh26-0001xI-7S for guix-patches@gnu.org; Sun, 14 Apr 2019 11:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hFh26-0000sy-2o for guix-patches@gnu.org; Sun, 14 Apr 2019 11:27:02 -0400 Subject: [bug#35244] [PATCH 4/6] gnu: firmware: Fix cross compilation. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190412131556.25282-1-m.othacehe@gmail.com> <20190412131556.25282-4-m.othacehe@gmail.com> Date: Sun, 14 Apr 2019 17:26:11 +0200 In-Reply-To: <20190412131556.25282-4-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Fri, 12 Apr 2019 15:15:54 +0200") Message-ID: <87ef64k3qk.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: Mathieu Othacehe Cc: 35244@debbugs.gnu.org Mathieu Othacehe skribis: > * gnu/packages/firmware.scm (ath9k-htc-firmware)[phases]: Search for > "cross-gcc" in native-inputs in "configure" phase. The subject line should mention =E2=80=98ath9k-htc-firmware=E2=80=99, not = =E2=80=98firmware=E2=80=99. :-) > (substitute* "configure" > (("^TOOLCHAIN=3D.*$") > (string-append "TOOLCHAIN=3D" > - (assoc-ref inputs "cross-gcc") > + (assoc-ref native-inputs "cross-gcc") > "\n"))) It still works natively, right? It it does, it LGTM! Ludo=E2=80=99.