guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add xboing


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: Add xboing
Date: Mon, 13 Oct 2014 14:27:48 +0200
User-agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux)

John Darrington <address@hidden> skribis:

> * gnu/packages/games.scm (xboing): New variable.

[...]

> +    (inputs `(("libx11" ,libx11)
> +           ("libxext" ,libxext)
> +           ("libxpm" ,libxpm)))
> +    (native-inputs `(("imake" ,imake)
> +                  ("inetutils" ,inetutils)
> +                  ("makedepend" ,makedepend)))

Please align opening parenthesis and use only spaces, no tabs (for Emacs
23 and later, .dir-locals.el normally sets it up.)

> +    (license x11-style)))

‘x11-style’ is a procedure, so it should be:

  (x11-style URI [COMMENT])

Make sure it’s not really ‘x11’ or ‘expat’.

TIA,
Ludo’.



reply via email to

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