I figured out what was causing the issue and it's not a bug.
I had to disable the guix-defaults for the home-bash-configuration as explained
here https://issues.guix.gnu.org/67652 since they were already declared within
a local file.
Original Message
On Jul 1, 2024, 17:08, Olea
* gnu/tests/emacs.scm: New file.
---
Hi Guix,
this series adds a system test to ensure that Emacs grafts are meaningful.
With this, we can make safe decisions as to whether or not place
(replacement â¦)
Cheers
gnu/tests/emacs.scm | 100
1 file chang
Am Freitag, dem 19.07.2024 um 11:23 -0400 schrieb Suhail Singh:
> Liliana Marie Prikler writes:
>
> > + (test-equal "native-comp-dir"
> > + (emacs-native-comp-dir
> > + #$(file-append old-emacs "/bin/emacs"))
> > + (emacs-native-comp-dir
> > +
Hi Jonathan,
"Jonathan Frederickson" skribis:
> I've been running into an issue with Shepherd on one of my machines. Every so
> often (and I haven't figured out what conditions trigger it), my Shepherd
> instances (both home and PID 1) will go unresponsive. I thought I had tracked
> it down t
Liliana Marie Prikler writes:
> + (test-equal "native-comp-dir"
> +(emacs-native-comp-dir
> + #$(file-append old-emacs "/bin/emacs"))
> +(emacs-native-comp-dir
> + #$(file-append new-emacs "/bin/emacs")))
I like that there is a test that f