guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: chipmunk: Use gexps.


From: guix-commits
Subject: 02/05: gnu: chipmunk: Use gexps.
Date: Sun, 20 Nov 2022 04:16:38 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 923be63b440b6c2ce82715dff4a9e80d5a17dd12
Author: Adam Faiz <adam.faiz@disroot.org>
AuthorDate: Sun Nov 20 09:28:38 2022 +0800

    gnu: chipmunk: Use gexps.
    
    * gnu/packages/game-development.scm (chipmunk)[arguments]: Use gexps.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/game-development.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index b319f2fef3..4228d4aafb 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]