guix-patches
[Top][All Lists]
Advanced

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

bug#40621: [PATCH] gnu: Add blobwars.


From: Nicolas Goaziou
Subject: bug#40621: [PATCH] gnu: Add blobwars.
Date: Tue, 14 Apr 2020 10:30:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello,

Alberto Eleuterio Flores Guerrero <address@hidden> writes:

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

Thank you! I applied your patch (as
dcf9a7dc017a626113fb670298d6103d8b78e37c) with the following changes:

> +              (uri (string-append 
> "https://downloads.sourceforge.net/project/";
> +                                  name "/" name "-"
> +                                  version ".tar.gz"))

I used Sourceforge mirrors:

    (uri (string-append "mirror://sourceforge/blobwars/"
                         "blobwars-" version ".tar.gz"))

> +         (add-after 'unpack 'werror-begone
> +           (lambda _ (substitute* "Makefile" (("-Werror") ""))))

I added #t at the end of the phase.

> +    (native-inputs
> +     `(("pkg-config" ,pkg-config)
> +       ("gettext" ,gettext-minimal)))

I re-ordered the inputs.

Regards,

-- 
Nicolas Goaziou





reply via email to

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