From f49eb9f997ce0eca391da00b3fc56ac474e23fe4 Mon Sep 17 00:00:00 2001 From: Diego Nicola Barbato Date: Wed, 15 Jul 2020 17:15:49 +0200 Subject: gnu: freeorion: Build with boost-with-python2. * gnu/packages/games.scm (freeorion)[inputs]: Replace boost with boost-with-python2. Signed-off-by: Nicolas Goaziou --- gnu/packages/games.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/games.scm') 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) -- cgit v1.2.3