diff options
author | Diego Nicola Barbato <dnbarbato@posteo.de> | 2020-07-15 17:15:49 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-07-17 02:02:30 +0200 |
commit | f49eb9f997ce0eca391da00b3fc56ac474e23fe4 (patch) | |
tree | 5816e23a8e2614683c187a7ae09244bcf5d918fb /gnu/packages | |
parent | 9ba8cb43b928f2133dbea871f0e7d9aaf3afe785 (diff) | |
download | guix-f49eb9f997ce0eca391da00b3fc56ac474e23fe4.tar.gz guix-f49eb9f997ce0eca391da00b3fc56ac474e23fe4.zip |
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')
-rw-r--r-- | gnu/packages/games.scm | 2 |
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) |