summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorDiego Nicola Barbato <dnbarbato@posteo.de>2020-07-15 17:15:49 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-07-17 02:02:30 +0200
commitf49eb9f997ce0eca391da00b3fc56ac474e23fe4 (patch)
tree5816e23a8e2614683c187a7ae09244bcf5d918fb /gnu/packages/games.scm
parent9ba8cb43b928f2133dbea871f0e7d9aaf3afe785 (diff)
downloadguix-patches-f49eb9f997ce0eca391da00b3fc56ac474e23fe4.tar
guix-patches-f49eb9f997ce0eca391da00b3fc56ac474e23fe4.tar.gz
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>
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index e60c455cb6..8c14911cb8 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)