[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GuixSD + StumpWM
From: |
Daniel Pimentel (d4n1) |
Subject: |
Re: GuixSD + StumpWM |
Date: |
Tue, 27 Dec 2016 23:25:45 -0300 |
Yes, it's works, thanks.
I did install but now there's another problem: login.
I did in my home following stumpwm docs:
echo > "exec sbcl-stumpwm" > ~/.xinitrc
But not start stumpwm :(On Dec 27, 2016 10:13 PM, Carlo Zancanaro
<address@hidden> wrote:
>
> On Wed, Dec 28 2016, Daniel Pimentel wrote
> > I'm trying use StumpWM in my config.scm but there's code for
> > module:
> >
> > guix system: error: failed to load '/etc/config.scm':
> > ice-9/boot-9.scm:2870:6: In procedure resolve-interface:
> > ice-9/boot-9.scm:2870:6: no code for module (gnu packages
> > sbcl-stumpwm)
> >
> > My config.scm: (use-modules (gnu) (gnu system nss))
> > (use-service-modules desktop) (use-package-modules wm
> > sbcl-stumpwm certs)
>
> It looks like the sbcl-stumpwm package is in (gnu packages lisp). If you
> replace `sbcl-stumpwm` with `lisp` here it should be able to find it
> (ie. `(use-package-modules wm lisp certs)`).