[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49582] [PATCH] gnu: Add tosdr-chromium.
From: |
Maxime Devos |
Subject: |
[bug#49582] [PATCH] gnu: Add tosdr-chromium. |
Date: |
Sun, 25 Jul 2021 17:40:07 +0200 |
User-agent: |
Evolution 3.34.2 |
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
Description: This is a digitally signed message part
- [bug#49582] [PATCH] gnu: Add tosdr-chromium.,
Maxime Devos <=