fare / fare-stumpwm

Personal configuration for stumpwm
9 stars 1 forks source link

Package for Guix #1

Open jgarte opened 1 year ago

jgarte commented 1 year ago

Hi @fare

I'd like to package these stump dots for Guix but there is this call to quicklisp that might get in the way:

https://github.com/fare/fare-stumpwm/blob/f9b9308dfc13a57610b5f71b162f6be53d8caffb/stumpwm.lisp#L3

Should I patch it out in the Guix package or can I send a PR to replace that line with the asdf alternative command?

fare commented 1 year ago

You could make two scripts, one using ql and one only using asdf:load-system.

Maybe rename the ql-using one stumpwm-via-ql.lisp ?