bug#68948: temp fix

2024-03-27 Thread chris
The following workaround can be used, ``` HLDIRS=$(guix build highlight); # returns two directories HLDIR="${HLDIRS##*[[:space:]]}"; # returns the second dir, after whitespace DATADIR="$HLDIR/etc/highlight/"; echo "(highlight (package bug))" | highlight --data-dir=$DATADIR -O xterm256 --syntax

bug#70021: 6f9d844 causes system hang right before GDM supposed to start

2024-03-27 Thread aurtzy
Hi! I recently encountered an issue with my system hanging during the startup process, where it halts just before GDM is supposed to start. Bisect has led to commit 6f9d844 (related issue: https://issues.guix.gnu.org/67649 ) being the culprit. Context/workaround: This appears to be an

bug#70026: QtBase 6.5.2: Wrong private header locations

2024-03-27 Thread Daniel Ziltener via Bug reports for GNU Guix
The private header files of QtBase (and probably other Qt packages as well) are placed in the wrong location. In my case, I am trying to use qmetaobjectbuilder_p.h. The path for it is

bug#70034: Hostkey error when pulling or building from private git repository

2024-03-27 Thread Atte Torri via Bug reports for GNU Guix
Hello, I get an error message when trying to `guix pull` a channel from a private git repository or when trying to `guix build` a package from a private git repository Previously it worked great up until a few days ago. I have tested it on multiple machines and get the same error, as well as

bug#67652: [PATCH] * home/services/shells.scm (add-bash-configuration): reorder aliases (Bug#67652)

2024-03-27 Thread Hilton Chain via Bug reports for GNU Guix
Hi everyone, On Thu, 22 Feb 2024 12:10:15 +0800, Jason wrote: > > From: Jason Darby > > Change-Id: I288856bb6befe378ca60ef78578acc069cb18532 > --- > gnu/home/services/shells.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) I have applied Jason's patch as

bug#68439: [bug#69793] [PATCH] gnu: icewm: Update to 3.4.6

2024-03-27 Thread Christopher Baines
Andy Tai writes: > * gnu/packages/wm.scm (icewm): Update to 3.4.6 > > Change-Id: Ieff1fc5417cfe164fa7886774e8855fd95248c8f > --- > gnu/packages/wm.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks both, I've pushed this to master as

bug#69997: Should ‘guix import pypi’ get dependencies from pyproject files?

2024-03-27 Thread Lars-Dominik Braun
Hey Ludo, > Should ‘guix import pypi’ attempt to get dependency information from > ‘pyproject.toml’, in addition to ‘requirements.txt’ and wheel ‘METADATA’ > as it already does? yes it should. It’s the next logical step after having a pyproject-build-system. The python-team branch (not sure