bug#71979: (file-name->module-name (location-file (package-location pkg))) returns wrong module

2024-07-18 Thread Tomas Volf
Hello Ludo', On 2024-07-18 17:34:08 +0200, Ludovic Courtès wrote: > Hi Tomas, > > Tomas Volf <~@wolfsden.cz> skribis: > > > when I try to use the above, it returns wrong module. The module returned > > is > > prefixed by #{.}# symbol. Full reproducer: > > > > (define-module (xx) > > #

bug#72172: Text is missing from main title bar and tabs in Gnome Console

2024-07-18 Thread Liliana Marie Prikler
Am Mittwoch, dem 17.07.2024 um 20:07 + schrieb Oleander: > Hello everyone! > > I installed Gnome recently and I noticed that text is missing from > main title bar and tabs in Gnome Console. > > This bug has been confirmed by another user in the Guix Help mailing > list: > https://lists.gnu.o

bug#71979: (file-name->module-name (location-file (package-location pkg))) returns wrong module

2024-07-18 Thread Ludovic Courtès
Hi Tomas, Tomas Volf <~@wolfsden.cz> skribis: > when I try to use the above, it returns wrong module. The module returned is > prefixed by #{.}# symbol. Full reproducer: > > (define-module (xx) > #:use-module (guix) > #:use-module (guix modules) > #:use-module (guix utils)

bug#72135: Debian ‘guix’ package lacks zstd support

2024-07-18 Thread Simon Tournier
Hi, On Thu, 18 Jul 2024 at 09:21, Ludovic Courtès wrote: >> That said, after “apt install guix”, does the guix-daemon update work? >> Somehow if “guix pull” as root fails after a fresh install via APT, then >> it’s a bug on Guix side, else it’s a bug on Debian side tracked by >> 1072918. :-) > >

bug#72172: Text is missing from main title bar and tabs in Gnome Console

2024-07-18 Thread Oleander via Bug reports for GNU Guix
Hello everyone! I installed Gnome recently and I noticed that text is missing from main title bar and tabs in Gnome Console. This bug has been confirmed by another user in the Guix Help mailing list: https://lists.gnu.org/archive/html/help-guix/2024-07/msg00038.html Best regards

bug#72135: Debian ‘guix’ package lacks zstd support

2024-07-18 Thread Ludovic Courtès
Hello, Simon Tournier skribis: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072918 Oh, nice. > That said, after “apt install guix”, does the guix-daemon update work? > Somehow if “guix pull” as root fails after a fresh install via APT, then > it’s a bug on Guix side, else it’s a bug on