unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Adam Faiz via Guix-patches via <guix-patches@gnu.org>
To: 59395@debbugs.gnu.org
Subject: [bug#59395] [PATCH] gnu: chipmunk: Use gexps.
Date: Sun, 20 Nov 2022 09:28:38 +0800	[thread overview]
Message-ID: <7133a8e2-1a8b-6846-76b9-f98d18eb8b42@disroot.org> (raw)
In-Reply-To: <02d3d385-a7fd-2de4-bd2d-0e437fc0f90c@disroot.org>

 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	other threads:[~2022-11-20  1:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-20  1:25 [bug#59395] [PATCH] gnu: chipmunk: Fix build Adam Faiz via Guix-patches via
2022-11-20  1:28 ` Adam Faiz via Guix-patches via [this message]
2022-11-20  9:16 ` bug#59395: " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7133a8e2-1a8b-6846-76b9-f98d18eb8b42@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=59395@debbugs.gnu.org \
    --cc=adam.faiz@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).