mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
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.
This commit is contained in:
parent
230b34cb5c
commit
aae82f2a95
1 changed files with 4 additions and 4 deletions
|
@ -9280,12 +9280,12 @@ (define simgear
|
||||||
;; Skip tests that require internet access.
|
;; Skip tests that require internet access.
|
||||||
(invoke "ctest" "-E" "(http|dns)")))))))
|
(invoke "ctest" "-E" "(http|dns)")))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost-for-mysql) ; fails with 1.69
|
`(("boost" ,boost)
|
||||||
("curl" ,curl)
|
("curl" ,curl)
|
||||||
("expat" ,expat)
|
("expat" ,expat)
|
||||||
("mesa" ,mesa)
|
("mesa" ,mesa)
|
||||||
("openal" ,openal)
|
("openal" ,openal)
|
||||||
("openscenegraph" ,openscenegraph-3.4)
|
("openscenegraph" ,openscenegraph)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(home-page "https://home.flightgear.org/")
|
(home-page "https://home.flightgear.org/")
|
||||||
(synopsis "Libraries for 3D simulations and games")
|
(synopsis "Libraries for 3D simulations and games")
|
||||||
|
@ -9335,7 +9335,7 @@ (define-public flightgear
|
||||||
"--strip-components=1")))
|
"--strip-components=1")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost-for-mysql) ; same as simgear
|
`(("boost" ,boost)
|
||||||
("dbus" ,dbus)
|
("dbus" ,dbus)
|
||||||
("eudev" ,eudev)
|
("eudev" ,eudev)
|
||||||
("freeglut" ,freeglut)
|
("freeglut" ,freeglut)
|
||||||
|
@ -9343,7 +9343,7 @@ (define-public flightgear
|
||||||
("glew" ,glew)
|
("glew" ,glew)
|
||||||
("libpng" ,libpng)
|
("libpng" ,libpng)
|
||||||
("openal" ,openal)
|
("openal" ,openal)
|
||||||
("openscenegraph" ,openscenegraph-3.4)
|
("openscenegraph" ,openscenegraph)
|
||||||
("plib" ,plib)
|
("plib" ,plib)
|
||||||
("qtbase" ,qtbase-5)
|
("qtbase" ,qtbase-5)
|
||||||
("qtdeclarative" ,qtdeclarative)
|
("qtdeclarative" ,qtdeclarative)
|
||||||
|
|
Loading…
Reference in a new issue