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:
parent
9ba8cb43b9
commit
f49eb9f997
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue