all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Simon South <simon@simonsouth.net>
To: 66001@debbugs.gnu.org
Subject: [bug#66001] [PATCH v2 1/4] gnu: ucsim: Use gexps.
Date: Wed, 27 Sep 2023 10:55:34 -0400	[thread overview]
Message-ID: <29a0289b38cdf1d0ea55458398ef05ed879891ad.1695823937.git.simon@simonsouth.net> (raw)
In-Reply-To: <cover.1695823937.git.simon@simonsouth.net>

* gnu/packages/embedded.scm (ucsim)[arguments]: Use gexp.
---
 gnu/packages/embedded.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 46a9a3a70a..9d07bc4a55 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1604,12 +1604,13 @@ (define-public ucsim
                 "080471wvkjdzxz5j3zdaq1apjcj84ql50kn26b7p4ansixnimml4"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'patch-makefiles
-           (lambda _
-             (substitute* (find-files "." "(\\.mk$|\\.in$)")
-               (("/bin/sh") (which "sh"))))))))
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-after 'unpack 'patch-makefiles
+            (lambda _
+              (substitute* (find-files "." "(\\.mk$|\\.in$)")
+                (("/bin/sh") (which "sh"))))))))
     (inputs
      (list ncurses))
     (native-inputs
-- 
2.41.0





  reply	other threads:[~2023-09-27 14:57 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-15 14:22 [bug#66001] [PATCH 0/4] gnu: ucsim: Update to 0.8.0; other improvements Simon South
2023-09-15 14:25 ` [bug#66001] [PATCH 1/4] gnu: ucsim: Use gexps Simon South
2023-09-15 14:25 ` [bug#66001] [PATCH 2/4] gnu: ucsim: Disable tests Simon South
2023-09-15 14:25 ` [bug#66001] [PATCH 3/4] gnu: ucsim: Move documentation to "doc" output Simon South
2023-09-15 14:25 ` [bug#66001] [PATCH 4/4] gnu: ucsim: Update to 0.8.0 Simon South
2023-09-27 14:55 ` [bug#66001] [PATCH v2 0/4] gnu: ucsim: Update to 0.8.0; other improvements Simon South
2023-09-27 14:55   ` Simon South [this message]
2023-09-27 14:55   ` [bug#66001] [PATCH v2 2/4] gnu: ucsim: Disable tests Simon South
2023-09-27 14:55   ` [bug#66001] [PATCH v2 3/4] gnu: ucsim: Move documentation to "doc" output Simon South
2023-09-27 14:55   ` [bug#66001] [PATCH v2 4/4] gnu: ucsim: Update to 0.8.0 Simon South
2023-09-28  9:32   ` bug#66001: [PATCH 0/4] gnu: ucsim: Update to 0.8.0; other improvements Ludovic Courtès

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

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

  git send-email \
    --in-reply-to=29a0289b38cdf1d0ea55458398ef05ed879891ad.1695823937.git.simon@simonsouth.net \
    --to=simon@simonsouth.net \
    --cc=66001@debbugs.gnu.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.