1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 12:40:32 +02:00

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>
This commit is contained in:
Diego Nicola Barbato
2020-07-15 17:15:49 +02:00
committed by Nicolas Goaziou
parent 9ba8cb43b9
commit f49eb9f997

View File

@@ -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)