[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’.
- [PATCH] gnu: Add xboing, John Darrington, 2014/10/13
- Re: [PATCH] gnu: Add xboing,
Ludovic Courtès <=
- Re: [PATCH] gnu: Add xboing, John Darrington, 2014/10/13
- Re: [PATCH] gnu: Add xboing, Ludovic Courtès, 2014/10/13
- Re: [PATCH] gnu: Add xboing, John Darrington, 2014/10/13
- Re: [PATCH] gnu: Add xboing, Ludovic Courtès, 2014/10/13
- [PATCH] gnu: Add xboing, John Darrington, 2014/10/13
- Re: [PATCH] gnu: Add xboing, Ludovic Courtès, 2014/10/13