emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#42368: closed ([PATCH] gnu: freeorion: Build with boost-with-python2


From: GNU bug Tracking System
Subject: bug#42368: closed ([PATCH] gnu: freeorion: Build with boost-with-python2.)
Date: Fri, 17 Jul 2020 00:04:02 +0000

Your message dated Fri, 17 Jul 2020 02:03:29 +0200
with message-id <87blkf6m9a.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#42368] [PATCH] gnu: freeorion: Build with 
boost-with-python2.
has caused the debbugs.gnu.org bug report #42368,
regarding [PATCH] gnu: freeorion: Build with boost-with-python2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42368: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42368
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: freeorion: Build with boost-with-python2. Date: Wed, 15 Jul 2020 17:15:49 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hey Guix,

Migrating Boost from Python 2 to Python 3 broke FreeOrion.  The
following patch fixes that by building it with boost-with-python2
instead of boost.

Regards,

Diego

>From bbc61b99e650c26ea57813d6ac4479b4a45bb9fe Mon Sep 17 00:00:00 2001
From: Diego Nicola Barbato <dnbarbato@posteo.de>
Date: Wed, 15 Jul 2020 11:58:38 +0200
Subject: [PATCH] gnu: freeorion: Build with boost-with-python2.

* gnu/packages/games.scm (freeorion)[inputs]: Replace boost with
boost-with-python2.
---
 gnu/packages/games.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 5de6dbf4ac..e475997a54 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9464,7 +9464,7 @@ win.")
                   (string-append "\"" roboto-dir "Roboto-" type ".ttf\");")))
                #t))))))
     (inputs
-     `(("boost" ,boost)
+     `(("boost" ,boost-with-python2)
        ("boost_signals" ,boost-signals2)
        ("font-dejavu" ,font-dejavu)
        ("font-roboto" ,font-google-roboto)
-- 
2.26.2


--- End Message ---
--- Begin Message --- Subject: Re: [bug#42368] [PATCH] gnu: freeorion: Build with boost-with-python2. Date: Fri, 17 Jul 2020 02:03:29 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hello,

Diego Nicola Barbato <dnbarbato@posteo.de> writes:

> * gnu/packages/games.scm (freeorion)[inputs]: Replace boost with
> boost-with-python2.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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