unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42368] [PATCH] gnu: freeorion: Build with boost-with-python2.
@ 2020-07-15 15:15 Diego Nicola Barbato
  2020-07-17  0:03 ` bug#42368: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Diego Nicola Barbato @ 2020-07-15 15:15 UTC (permalink / raw)
  To: 42368

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-freeorion-Build-with-boost-with-python2.patch --]
[-- Type: text/x-patch, Size: 890 bytes --]

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#42368: [PATCH] gnu: freeorion: Build with boost-with-python2.
  2020-07-15 15:15 [bug#42368] [PATCH] gnu: freeorion: Build with boost-with-python2 Diego Nicola Barbato
@ 2020-07-17  0:03 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-07-17  0:03 UTC (permalink / raw)
  To: Diego Nicola Barbato; +Cc: 42368-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-17  0:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-15 15:15 [bug#42368] [PATCH] gnu: freeorion: Build with boost-with-python2 Diego Nicola Barbato
2020-07-17  0:03 ` bug#42368: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).