From: Benjamin Slade <beoram@gmail.com>
To: help-guix@gnu.org
Cc: Wil deBeest <bovid-19@4tii.de>,
Katherine Cox-Buday <cox.katherine.e@gmail.com>
Subject: Re: stumpwm on guix - "sb-cltl2" issues
Date: Sat, 02 Jul 2022 19:31:40 -0600 [thread overview]
Message-ID: <87o7y7q8r2.fsf@gmail.com> (raw)
In-Reply-To: <87pmkhjlk7.fsf@gmail.com>
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" . "$HOME/.guix-home/profile/lib/sbcl")' configuration, e.g.:
,----
| ....
| (simple-service 'some-useful-env-vars-service
| home-environment-variables-service-type
| `(("SBCL_HOME" . "$HOME/.guix-home/profile/lib/sbcl")
| ("GUIX_LOCPATH" . "$home/.guix-profile/lib/locale")
| ....
| ("LANG" . "en_GB.UTF-8")
| ("LANGUAGE" . "en_GB")))
| .....
`----
- for my configuration I also needed to install the following packages:
- `sbcl-local-time'
- `sbcl-clx-xembed'
- `sbcl-local-time'
next prev parent reply other threads:[~2022-07-03 2:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-03 14:35 stumpwm on guix - "sb-cltl2" issues Wil deBeest
2022-05-06 14:44 ` Katherine Cox-Buday
2022-05-13 19:09 ` Benjamin Slade
2022-07-03 1:31 ` Benjamin Slade [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-05-03 14:18 Wil deBeest
2022-04-16 0:29 Benjamin Slade
2022-04-16 17:40 ` Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87o7y7q8r2.fsf@gmail.com \
--to=beoram@gmail.com \
--cc=bovid-19@4tii.de \
--cc=cox.katherine.e@gmail.com \
--cc=help-guix@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.