It's work now! I put lisp module and add sbcl-stumpwm in my config. But the stumpwm binary not appears so I install it in my guix profile: guix package -I sbcl-stumpwm
Note: only work with .xession or .xinitrc Thanks,On Dec 27, 2016 11:25 PM, "Daniel Pimentel (d4n1)" <d...@d4n1.org> wrote: > > 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 > <ca...@zancanaro.id.au> 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)`).