Original Message
On 11/29/24 2:12 PM, Cayetano Santos wrote:
> Guile is not propagated in the emacs-guix package definition, is this
> the problem ?
Thank you for distilling the issue as such! I would suggest that emacs-guix
should explicitly refer to the guile it depends up
--- Original Message ---
On Monday, March 20th, 2023 at 7:09 PM, Ricardo Wurmus
wrote:
>
>
> Hi,
>
> this no longer seems to be a problem. Can you please confirm that this
> issue can be closed now?
I can confirm that the emacs-guix package is still broken.
## Steps to reproduce
1.
I've been getting a persistent crash when I select text in Emacs this past
couple days. I'll post the stacktrace below.
using guix 9829f53
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master commit: 9829f53a3f4e245e962073528be46918ad2e
Using GNU Emacs 29.0.50 (the "emacs
Hi folks! I decided to check-in on the status of the guix-emacs​ package, since
my understanding is it's had a change of maintainership a little over a year
ago after its previous abandonware status.
First I installed it into my normal Spacemacs setup, and that didn't work at
all. Running guix-
Julien Lepiller writes:
> Anyway, in the log you attached, it seems the issue is with downloading the
> sources. For some reason it cannot
> resolve the github.com domain. I wonder if this is just a transient network
> issue on your side? Have you tried again
> later?
I did try it twice, som
Hi guix! Today I wrote a package in Guile and then decided to try and
reproduce the same thing using JSON, but I hit a snag. I'm attaching
the package definition in its Guile and JSON forms, along with the error
I get when I try to build the package using `guix build -f countdown.json'.
Any idea w
* gnu/packages/vlang.scm (vlang): Updates build stages.
- Moves the cc-patching logic out of check into an explicit "patch-cc" stage
- Adds "build-tools" stage to pre-build the included tools
---
gnu/packages/vlang.scm | 25 ++---
1 file changed, 18 insertions(+), 7 deletio
One of the challenges of packaging v is that its install script assumes that
you'll install it in a mutable folder, and uses that assumption to lazily build
the included tools as they're needed instead of eagerly building everything
up-front.
There's an included command for eagerly building the
I can reproduce this bug in elemantary OS 5.1.4 with Guix
fbfaafae27893f74f47188ecd0bce54df38981bd
Ryan