guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/2] gnu: Add evilwm.


From: Ludovic Courtès
Subject: Re: [PATCH 2/2] gnu: Add evilwm.
Date: Fri, 16 Oct 2015 10:37:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

address@hidden skribis:

> From: Eric Bavier <address@hidden>
>
> * 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’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]