bug#53127: [PATCH RFC] Turning Rust/Cargo inputs into “regular” inputs?

2022-01-08 Thread Ludovic Courtès
Hello! I’m opening this issue to discuss the possibility of changing #:cargo-inputs and #:cargo-development-inputs to regular inputs, as a followup to: https://issues.guix.gnu.org/51845#10 I have a preliminary patch for ‘guix style’ and (guix build-system cargo), but there’s a couple of stumbl

bug#53127: [PATCH RFC] Turning Rust/Cargo inputs into “regular” inputs?

2022-01-08 Thread Liliana Marie Prikler
Am Samstag, dem 08.01.2022 um 18:57 +0100 schrieb Ludovic Courtès: > Hello! > > I’m opening this issue to discuss the possibility of changing > #:cargo-inputs and #:cargo-development-inputs to regular inputs, as a > followup to: > >   https://issues.guix.gnu.org/51845#10 > > I have a preliminary

bug#44244: meson build-system has no cross-compilation support

2022-01-08 Thread Maxime Devos
Hi, In the current version of guix, meson supports cross builds! Closing. signature.asc Description: This is a digitally signed message part

bug#53134: org.signal.Signal on flatpak can't execvp xdg-settings

2022-01-08 Thread Alexandre Hannud Abdo
Ni! After installing org.signal.Signal with flatpak, `flatpak run org.signal.Signal` fails with the message below. I tried adding `xdg-utils` (which provides xdg-settings) to my system or my user profile, or to both, to no avail. Any ideas? Anyone has Signal Desktop working on Guix? Thanks! al

bug#53134: org.signal.Signal on flatpak can't execvp xdg-settings

2022-01-08 Thread John Kehayias via Bug reports for GNU Guix
Hello, I use Signal through Flatpak on a Guix System without any issues. I can't say I have seen this error before. Some general pointers about Flatpak (on Guix at least): 1. Applications should be installed as a user, i.e. with flatpak --user I don't think running them it makes a difference s

bug#52943: Cannot build guix as part of guix system reconfigure after commit 224d437fb4 on aarch64

2022-01-08 Thread Chris Marusich
Aiko Kyle writes: > On the latest master I can run 'guix pull', and the latest guix seems > to build just fine, however when I go to do 'guix system reconfigure', > building guix fails the check phase. Aiko has reported that the fix for 52908 did indeed fix the "tests/guix-system.sh" problem on

bug#52908: 'tests/guix-system.sh' fails on aarch64-linux

2022-01-08 Thread Chris Marusich
Hi Maxime, Aiko, and Leo, Maxime Devos writes: > Chris Marusich schreef op do 06-01-2022 om 20:32 [-0800]: >> +    (if (string-prefix? "x86_64" >> system) > > There's a target-x86-64? procedure in (guix utils) you could use here. > > Greetings, > Maxime Good call