mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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 @@ (define-public chipmunk
|
|||
(("#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/")
|
||||
|
|
Loading…
Reference in a new issue