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
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
Hi,
In the current version of guix, meson supports cross builds!
Closing.
signature.asc
Description: This is a digitally signed message part
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
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
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
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