bug#72797: qt-tools is unnecessary optional dependency for monero

2024-08-25 Thread Guillaume Le Vaillant
Here's a corrected definition: --8<---cut here---start->8--- (define-public monero-without-translations (package (inherit monero) (name "monero-without-translations") (native-inputs (modify-inputs (package-native-inputs monero)

bug#72797: qt-tools is unnecessary optional dependency for monero

2024-08-25 Thread Guillaume Le Vaillant
0xFFFC via Bug reports for GNU Guix skribis: > Hi Guix community, > > Thank you for your great software :) > > I noticed that the Monero package has an (a huge) unnecessary dependency here > [1]. qt is an optional dependency for Monero code base (we only need that in > case of using translation

bug#72767: guix install on hyper-v

2024-08-25 Thread Scott Gudeman
uploaded installer-dump-24fc52cb attempting to start using and playing with guix as a vm the vm is setup as a generation 1 hyper-v vm as generation 2 does not even boot properly with the installer it gets to the end of the installer and starts to download packages then somewhere in there at diff

bug#72780: [PATCH] gnu: emacs-treemacs: add missing package to propagated-inputs

2024-08-25 Thread Rodrigo Morales
This is the first time I'm sending a patch to the guix project. If this is not the correct way to send patches to Guix, please let me know so that I don't make the same mistake in the future. >From 51811d0ba74704b57822263d684604606ad43da7 Mon Sep 17 00:00:00 2001 From: Rodrigo Morales Date: Fri,

bug#72784: (no subject)

2024-08-25 Thread Quanrong via Bug reports for GNU Guix
I can confirm I'm having the same issue.

bug#72797: qt-tools is unnecessary optional dependency for monero

2024-08-25 Thread 0xFFFC via Bug reports for GNU Guix
Hi Guix community, Thank you for your great software :) I noticed that the Monero package has an (a huge) unnecessary dependency here [1]. qt is an optional dependency for Monero code base (we only need that in case of using translations). Anyway to make this optional? or get rid of this? 1.h