guix-patches
[Top][All Lists]
Advanced

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

[bug#59395] [PATCH] gnu: chipmunk: Use gexps.


From: Adam Faiz
Subject: [bug#59395] [PATCH] gnu: chipmunk: Use gexps.
Date: Sun, 20 Nov 2022 09:28:38 +0800

From 0fe35cf5b395721ca64cc40fa6a665d0c8bfcb41 Mon Sep 17 00:00:00 2001
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Sun, 20 Nov 2022 09:16:24 +0800
Subject: [PATCH] gnu: chipmunk: Use gexps.

* gnu/packages/game-development.scm (chipmunk)
[arguments]: Use gexps.
---
 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 @@ (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/";)
--
2.38.1





reply via email to

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