Re: stumpwm on guix - "sb-cltl2" issues

2022-07-02 Thread Benjamin Slade
I think I finally figured out how to get (my) StumpWM configuration to work on Guix: - add (maybe only need one:) - to `.bashrc': , | export SBCL_HOME="$HOME/.guix-home/profile/lib/sbcl" ` - to Guix Home configuration, a home-environment variable `("SBCL_HOME" .

Re: stumpwm on guix - "sb-cltl2" issues

2022-05-13 Thread Benjamin Slade
On Fri, 06 May 2022 08:44:46 -0600 (1 week, 4 hours, 25 minutes ago), Katherine Cox-Buday wrote: > Wil deBeest writes: > >  > > Wil deBeest writes: > > > >>  > >> Benjamin Slade writes: > >> > >>> I'm trying to run my long-standing stumpwm init.lisp on a recent Guix > >>> install, using

Re: stumpwm on guix - "sb-cltl2" issues

2022-05-06 Thread Katherine Cox-Buday
Wil deBeest writes: >  > Wil deBeest writes: > >>  >> Benjamin Slade writes: >> >>> I'm trying to run my long-standing stumpwm init.lisp on a recent Guix >>> install, using the packaged stumpwm, however when it launches, it >>> fails to process the init.lisp and gives me an "Don't know how

Re: stumpwm on guix - "sb-cltl2" issues

2022-05-03 Thread Wil deBeest
 Benjamin Slade writes: > I'm trying to run my long-standing stumpwm init.lisp on a recent Guix > install, using the packaged stumpwm, however when it launches, it > fails to process the init.lisp and gives me an "Don't know how to > REQUIRE sb-cltl2." error. > > I've set the SBCL_HOME

Re: stumpwm on guix - "sb-cltl2" issues

2022-05-03 Thread Wil deBeest
 Wil deBeest writes: >  > Benjamin Slade writes: > >> I'm trying to run my long-standing stumpwm init.lisp on a recent Guix >> install, using the packaged stumpwm, however when it launches, it >> fails to process the init.lisp and gives me an "Don't know how to >> REQUIRE sb-cltl2." error.

Re: stumpwm on guix - "sb-cltl2" issues

2022-04-16 Thread Guillaume Le Vaillant
Benjamin Slade skribis: > I'm trying to run my long-standing stumpwm init.lisp on a recent Guix install, > using the packaged stumpwm, however when it launches, it fails to process the > init.lisp and gives me an "Don't know how to REQUIRE sb-cltl2." error. > > I've set the SBCL_HOME variable