guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/2] gnu: Add cuetools.


From: Ludovic Courtès
Subject: Re: [PATCH 1/2] gnu: Add cuetools.
Date: Wed, 30 Dec 2015 00:26:19 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Leo Famulari <address@hidden> skribis:

> * gnu/packages/audio.scm (cuetools): New variable.

[...]

> +        (modify-phases %standard-phases
> +          (add-after 'unpack 'bootstrap
> +                     (lambda _ (zero? (system* "autoreconf" "-vfi")))))))

Note that, as per a recent rule, the “(lambda” should be aligned with
the ‘d’ of ‘add-after’.

> +    (home-page "https://github.com/svend/cuetools";)
> +    (license license:gpl2)))

AFAICS, source file headers do not mention a specific GPL version; thus,
it should be ‘gpl2+’.

Otherwise LGTM, thanks!

Ludo’.



reply via email to

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