bug#61236: [PATCH v2 2/2] gnu: ibus-speech-to-text: Fix lint warnings.

2023-02-11 Thread Liliana Marie Prikler
Am Freitag, dem 10.02.2023 um 13:49 -0500 schrieb sirga...@zoho.com: > From: Luis Felipe > > * gnu/packages/ibus.scm (ibus-speech-to-text)[inputs]: Add > bash-minimal.  Move desktop-file-utils, glib:bin and > gobject-introspection to native-inputs. > --- Updated commit messages and pushed. Cheer

bug#57501: call-with-file-lock does not remove lock file

2023-02-11 Thread Ludovic Courtès
Ricardo Wurmus skribis: > “call-with-file-lock” and “call-with-file-lock/no-wait” create a lock > file but don’t remove the lock file when they exit. > > (guix build syscalls) defines these procedures with “dynamic-wind” so > that the lock is always lifted with “unlock-file”. While “unlock-file”

bug#58033: PatchELF can create broken ELF binaries

2023-02-11 Thread Maxime Devos
I think I've found another instance of this bug. Unlike , I'm getting an error message from validate-runpath, in the form of a type error. Regardless of whether PatchELF's output is correct, I think there shouldn't be any type errors. $ guix build -f guix

bug#55098: ibus 1.5.24, ibus-daemon, X: Abnormal usage of RAM and CPU

2023-02-11 Thread Luis Felipe via Bug reports for GNU Guix
I don't see this issue anymore (currently on guix fb3085e). publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

bug#51505: Request for official docker image on dockerhub

2023-02-11 Thread Eugen Stan
Hi, I also think it would be a great idea to have guix running inside docker. I tried to adopt guix as a package maanger in our CI/CD pipeline and I could not run it inside a debian Docker image. It seems guix has issues when running inside docker. I found prior work here: https://github.com/

bug#54528: [PATCH] fix store-prefix for menu-entries

2023-02-11 Thread Stefan Karrmann
Dear Maxim Cournoyer, here is a patch, that fixes the global store-prefix for grub menu-entries on commit 58a95d599ee5d0dc6419d038b7317e1b77b11519 git apply fix-store-prefix-for-menu-entry.patch Kind regards, -- Dr. Stefan Karrmann diff --git a/gnu/bootloader/grub.scm b/gnu/bootloader/grub.scm

bug#61329: Info

2023-02-11 Thread Michela Francesconi
Hello, I am using an ssh account that connects to an external server, i have downloaded through guix some software like samtools and bedtools but when i try to use them in my directory it gives me this error: -bash: samtools: command not found In my direcory, however, there is the directry guix.

bug#61342: Quassel IRC service deletes nsfs mount on startup

2023-02-11 Thread Riley Smith via Bug reports for GNU Guix
Since quassel is the only irc client that has been packaged as a guix service, I decided to give it a shot on my server. On the same server I also have installed some custom services to create a new net namespace, initialize it, and launch some programs inside it. After starting the quassel ser