guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Add tintin.


From: Leo Famulari
Subject: Re: [PATCH] Add tintin.
Date: Fri, 19 Aug 2016 15:32:48 -0400
User-agent: Mutt/1.6.2 (2016-07-01)

On Mon, Aug 08, 2016 at 09:21:09PM +0000, ng0 wrote:
> Updated patch.
> 
> * gnu/packages/games.scm (tintin): New variable.

Thanks!

> +              (uri (string-append "https://sourceforge.net/projects/tintin";
> +                                  "/files/TinTin++ Source Code/" version
> +                                  "/tintin" "-" version ".tar.gz"))

This URL does not work for me. Maybe you already had the tarball in your
/gnu/store? Also, it should use our SourceForge mirrors.

> +       #:phases
> +       (modify-phases %standard-phases
> +         ;; The source is in tt/src.
> +         (add-before 'configure 'chdir-to-tt-src
> +           (lambda _
> +             (chdir "src"))))))

I would call this phase 'chdir'.

> +    (home-page "http://tintin.sourceforge.net/";)

HTTPS, if possible.

Otherwise, looks good so far!



reply via email to

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