From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:47391) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFb75-0001rR-AR for guix-patches@gnu.org; Wed, 02 Oct 2019 05:40:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFb74-0000ZT-CB for guix-patches@gnu.org; Wed, 02 Oct 2019 05:40:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54817) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iFb74-0000ZO-9W for guix-patches@gnu.org; Wed, 02 Oct 2019 05:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iFb74-0008PY-6d for guix-patches@gnu.org; Wed, 02 Oct 2019 05:40:02 -0400 Subject: [bug#36477] [PATCH v3 16/48] gnu: eudev: Fix cross-compilation. Resent-Message-ID: References: <20190902153333.11190-1-m.othacehe@gmail.com> <20190902153333.11190-17-m.othacehe@gmail.com> <8736hc2ok4.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <8736hc2ok4.fsf@gnu.org> Date: Wed, 02 Oct 2019 11:38:55 +0200 Message-ID: <87imp78p1s.fsf@gmail.com> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: mbakke@fastmail.com, 36477@debbugs.gnu.org Hey, >> (let ((out (assoc-ref outputs "out"))) >> - (invoke (string-append out "/bin/udevadm") >> - "hwdb" "--update"))))) > > I guess we=E2=80=99d need to add =E2=80=98this-package=E2=80=99 to =E2=80= =98native-inputs=E2=80=99 to do that, > right? Yes but as this commands produces a binary and there is no "target" option, some portability issues could arise. Mathieu