bug#58374: GVFS depends on WebKitGTK via gnome-online-accounts

2023-08-12 Thread kiasoc5--- via Bug reports for GNU Guix
For inspiration, here is Arch Linux's pkgbuild for libgoa, which is split from gnome-online-accounts: https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-online-accounts/-/blob/main/PKGBUILD

bug#65056: https://issues.guix.gnu.org/ cannot be accessed through Tor

2023-08-12 Thread Ludovic Courtès
Hi, (Cc: guix-sysadmin.) Tobias Geerinckx-Rice skribis: > On 2023-08-04 18:57, Altadil via Bug reports for GNU Guix wrote: [...] >> The result is an error message saying: "The connection has timed out". >> It looks like a general block of Tor rather than a block of specific >> IPs, since

bug#65225: [PATCH] environment: Build the profile for the requested system.

2023-08-12 Thread Ludovic Courtès
Hi, Josselin Poiret skribis: > IMO, this is way too complicated to keep in mind at all times, and there > are bugs lurking under the surface absolutely everywhere, waiting for a > corner case to be uncovered. Great writeup! Yeah, that’s the sad situation of mixing parameters and monads; it’s

bug#65253: Renpy-launcher raises exception when opening editor.

2023-08-12 Thread Jesse Gibbons
Here's a problem I diagnosed in the version of renpy installed by guix (hash 19a7a824c35eae56ce56e2a460042fb7e2129234): Problem: Editor won't open, raises exception. How to replicate: 1. Run renpy-launcher 2. Click any of the files under Edit File. An exception is raised and the stack trace is

bug#65252: Renpy raises exception when opening save screen.

2023-08-12 Thread Jesse Gibbons
Here's a problem I diagnosed in the version of renpy installed by guix (19a7a824c35eae56ce56e2a460042fb7e2129234): Problem: Save screen raises an exception How to replicate: 1. launch a renpy project 2. Navigate to the save screen. An exception is raised and the stack trace is dumped. Cause:

bug#65218: emacs-orderless 1.0 shows as 0.8 due to incorrect value in package file

2023-08-12 Thread Hilton Chain via Bug reports for GNU Guix
Hi Piotr, On Fri, 11 Aug 2023 04:18:57 +0800, Piotr Kwieciński wrote: > > [1 ] > [2 ] > I have the latest version of emacs-orderless installed on using guix and it > shows: > > Status: External in >

bug#65225: [PATCH] environment: Build the profile for the requested system.

2023-08-12 Thread Josselin Poiret via Bug reports for GNU Guix
Hi everyone, Actually, let me add a big erratum, since it appears I misread the intention of gexp->derivation (and realized 2 minutes after writing the previous email). Josselin Poiret writes: > --8<---cut here---start->8--- > (mlet* %store-monad ( ;; The

bug#65225: [PATCH] environment: Build the profile for the requested system.

2023-08-12 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Tobias, Tobias Geerinckx-Rice writes: > Previously, ‘--system=’ did not affect profile hooks, meaning that all > packages would be built for both the host and requested systems. > > * guix/scripts/environment.scm (guix-environment*): Parameterize > %current-system to match the requested