guix-commits
[Top][All Lists]
Advanced

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

06/15: gnu: ucsim: Use gexps.


From: guix-commits
Subject: 06/15: gnu: ucsim: Use gexps.
Date: Thu, 28 Sep 2023 05:46:44 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e082079cb80c34f487ccc5d4fbdd7011f51f29ea
Author: Simon South <simon@simonsouth.net>
AuthorDate: Wed Sep 27 10:55:34 2023 -0400

    gnu: ucsim: Use gexps.
    
    * gnu/packages/embedded.scm (ucsim)[arguments]: Use gexp.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 @@ handling communication with eBUS devices connected to a 
2-wire bus system
                 "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



reply via email to

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