[email protected] skribis:
> From: Eric Bavier <[email protected]>
>
> * gnu/packages/wm.scm (evilwm): New variable.
[...]
> + 'build 'provide-better-default-font
> + (lambda _
> + ;; The "fixed" font is contained in the set of fonts
> + ;; installed with the default xorg-server service, so
> use
> + ;; it as the default instead.
> + (substitute* "evilwm.h"
> + (("^#define DEF_FONT[[:space:]]*\"variable\"")
> + "#define DEF_FONT \"fixed\""))
What about adding the “variable” font by default in (gnu services xorg)
instead?
> + (license (fsf-free "file:///README"))))
Since ‘fsf-free’ is a catch-all thing, could you add a comment
explaining in one line what kind of license this is?
Thank you,
Ludo’.