GNU bug report logs - #49582
[PATCH] gnu: Add tosdr-chromium.

Previous Next

Package: guix-patches;

Reported by: Justin Veilleux <justun1011 <at> gmail.com>

Date: Thu, 15 Jul 2021 19:21:01 UTC

Severity: normal

Tags: patch

Merged with 49499

Full log


View this message in rfc822 format

From: Maxime Devos <maximedevos <at> telenet.be>
To: Justin Veilleux <justun1011 <at> gmail.com>, 49582 <at> debbugs.gnu.org
Subject: [bug#49582] [PATCH] gnu: Add tosdr-chromium.
Date: Sun, 25 Jul 2021 17:40:07 +0200
[Message part 1 (text/plain, inline)]
Justin Veilleux schreef op do 15-07-2021 om 14:06 [-0400]:
> +    (inputs
> +     `(("bash" ,bash)
> +       ("coreutils" ,coreutils)

Would "coreutils-minimal" and "bash-minimal" suffice?
Or, more minimalistic,

  (parameterize ((%current-target-system #f))
    `(("bash" ,(canonical-package "bash")
      ("coreutils" ,(canonical-package "bash"))))

Or, more simply, let the inputs be (standard-packages).

> +       ("node" ,node)
> +       ("zip" ,zip)
> +       ("unzip" ,unzip)))

These should probably be 'native-inputs' and not 'inputs'
for cross-compilation reasons.  Try
"./pre-inst-env guix build tosdr-chromium --target=aarch64-linux-gnu"
without transparant QEMU emulation, I think it will fail if these
inputs are in 'inputs' and not 'native-inputs'.

Greetings,
Maxime.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 4 years and 21 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.