guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: freeorion: Build with boost-with-python2.


From: guix-commits
Subject: branch master updated: gnu: freeorion: Build with boost-with-python2.
Date: Thu, 16 Jul 2020 20:03:06 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f49eb9f  gnu: freeorion: Build with boost-with-python2.
f49eb9f is described below

commit f49eb9f997ce0eca391da00b3fc56ac474e23fe4
Author: Diego Nicola Barbato <dnbarbato@posteo.de>
AuthorDate: Wed Jul 15 17:15:49 2020 +0200

    gnu: freeorion: Build with boost-with-python2.
    
    * gnu/packages/games.scm (freeorion)[inputs]: Replace boost with
    boost-with-python2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 e60c455..8c14911 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9472,7 +9472,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)



reply via email to

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