Re: [aarch64] grub-efi cannot be built because of qemu changes

2023-01-12 Thread Ricardo Wurmus
Ricardo Wurmus writes: > commit 71b8707100e2fbc00f123566717ba3958c6afabb seems to have broken > reconfiguration of my aarch64 machine. See also https://issues.guix.gnu.org/60719 -- Ricardo

Re: WIP: zig-build-system

2023-01-12 Thread Ekaitz Zarraga
> Hi > > I think I have something working! > > It's not intended to be production-ready code but it should be near to that. > > There are two files attached: the build system and a package to show how to > use it more or less. > > Please take a look and tell me what you think. Let's see if

[aarch64] grub-efi cannot be built because of qemu changes

2023-01-12 Thread Ricardo Wurmus
Hi Guix, commit 71b8707100e2fbc00f123566717ba3958c6afabb seems to have broken reconfiguration of my aarch64 machine. That commit adds openbios-qemu-ppc to qemu, but the build of openbios-qemu-ppc fails on aarch64: --8<---cut here---start->8--- starting phase

Re: WIP: zig-build-system

2023-01-12 Thread Ekaitz Zarraga
Hi I think I have something working! It's not intended to be production-ready code but it should be near to that. There are two files attached: the build system and a package to show how to use it more or less. Please take a look and tell me what you think. Let's see if we can merge this

Re: monero-gui-wallet does not show up in GNOME

2023-01-12 Thread jgart
> Done in commit ef0613a81dca73602e702cb5f5444ee94566f983. Awesome, thanks for doing that! all best, jgart

Re: bug#58813: can't substitute etc/teams.scm command as doc suggests

2023-01-12 Thread Simon Tournier
Hi Maxim, On mer., 11 janv. 2023 at 22:00, Maxim Cournoyer wrote: > It's developed as part of U-Boot and available at > https://u-boot.readthedocs.io/en/latest/develop/patman.html. It's > generated from the same sources as the info manual from > u-boot-documentation referenced above. Oh

Re: monero-gui-wallet does not show up in GNOME

2023-01-12 Thread Guillaume Le Vaillant
Guillaume Le Vaillant skribis: > "jgart" skribis: > >> Hi, >> >> Even after logging out and in I still can't see `monero-wallet-gui` >> executable show up when I press the "windows" key in the GNOME desktop. >> >> See this screenshot: >> >> https://up.nixnet.services/vyv1z6ia.png >> >> I

Re: properties for default version? (was bug#60200: Incompatibilities between gcc-toolchain and R packages)

2023-01-12 Thread pukkamustard
Simon Tournier writes: > $ guix shell ocaml ocaml-ppxlib -- ocaml --version > The OCaml toplevel, version 5.0.0 I also encountered this and was surprised. > Personally, I find the -next trick useful because the package name > reflects that it is not the default. However, it can be annoying