[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: flightgear: Build with newer inputs.
From: |
guix-commits |
Subject: |
04/08: gnu: flightgear: Build with newer inputs. |
Date: |
Wed, 3 Nov 2021 18:12:30 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit aae82f2a9587bf5c9f0af21be26e38e3bd941a84
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 3 22:10:34 2021 +0200
gnu: flightgear: Build with newer inputs.
* gnu/packages/games.scm (flightgear)[inputs]: Replace
openscenegraph-3.4 with openscenegraph, boost-for-mysql with boost.
(simgear)[inputs]: Same.
---
gnu/packages/games.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index b1de90c..1ea1846 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9280,12 +9280,12 @@ levels to unlock.")
;; Skip tests that require internet access.
(invoke "ctest" "-E" "(http|dns)")))))))
(inputs
- `(("boost" ,boost-for-mysql) ; fails with 1.69
+ `(("boost" ,boost)
("curl" ,curl)
("expat" ,expat)
("mesa" ,mesa)
("openal" ,openal)
- ("openscenegraph" ,openscenegraph-3.4)
+ ("openscenegraph" ,openscenegraph)
("zlib" ,zlib)))
(home-page "https://home.flightgear.org/")
(synopsis "Libraries for 3D simulations and games")
@@ -9335,7 +9335,7 @@ and also provides the base for the FlightGear Flight
Simulator.")
"--strip-components=1")))
#t)))))
(inputs
- `(("boost" ,boost-for-mysql) ; same as simgear
+ `(("boost" ,boost)
("dbus" ,dbus)
("eudev" ,eudev)
("freeglut" ,freeglut)
@@ -9343,7 +9343,7 @@ and also provides the base for the FlightGear Flight
Simulator.")
("glew" ,glew)
("libpng" ,libpng)
("openal" ,openal)
- ("openscenegraph" ,openscenegraph-3.4)
+ ("openscenegraph" ,openscenegraph)
("plib" ,plib)
("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative)
- branch master updated (a18fea5 -> 19c38b2), guix-commits, 2021/11/03
- 01/08: gnu: flightgear: Update to 2020.3.11., guix-commits, 2021/11/03
- 04/08: gnu: flightgear: Build with newer inputs.,
guix-commits <=
- 06/08: gnu: simgear: Remove bundled expat., guix-commits, 2021/11/03
- 08/08: gnu: flightgear: Prepare to run test suite., guix-commits, 2021/11/03
- 07/08: gnu: flightgear: Use system cppunit., guix-commits, 2021/11/03
- 03/08: gnu: simgear: Honor #:tests? flag., guix-commits, 2021/11/03
- 02/08: gnu: flightgear: Build with qt-build-system., guix-commits, 2021/11/03
- 05/08: gnu: Remove openscenegraph-3.4., guix-commits, 2021/11/03