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