gnu: chipmunk: Use gexps.
* gnu/packages/game-development.scm (chipmunk)[arguments]: Use gexps. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
3d1a5a3ec7
commit
923be63b44
|
@ -2454,9 +2454,10 @@ computer games, 3D authoring tools and simulation tools.")
|
|||
(("#include <sys/sysctl.h>") ""))))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no test
|
||||
#:configure-flags '("-DBUILD_STATIC=OFF"
|
||||
"-DBUILD_DEMOS=OFF")))
|
||||
(list #:tests? #f ;no test
|
||||
#:configure-flags
|
||||
#~(list "-DBUILD_STATIC=OFF"
|
||||
"-DBUILD_DEMOS=OFF")))
|
||||
(inputs
|
||||
(list freeglut libxmu libxrandr))
|
||||
(home-page "https://chipmunk-physics.net/")
|
||||
|
|
Reference in New Issue