Archived
1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

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)