unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Simon South <simon@simonsouth.net>
To: 54260@debbugs.gnu.org
Subject: [bug#54260] [PATCH v3 1/2] gnu: ucsim: Don't explicitly return #t from phases.
Date: Tue,  8 Mar 2022 10:52:08 -0500	[thread overview]
Message-ID: <3c1363cc28e702fdcfb356ca3aba4f5e031e0773.1646754416.git.simon@simonsouth.net> (raw)
In-Reply-To: <cover.1646754416.git.simon@simonsouth.net>

* gnu/packages/embedded.scm (ucsim)[arguments]: Don't explicitly return #t
from phases.
---
 gnu/packages/embedded.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index f7573618b9..7b219203be 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1506,13 +1506,11 @@ (define-public ucsim
          (add-after 'unpack 'patch-makefiles
            (lambda _
              (substitute* (find-files "." "(\\.mk$|\\.in$)")
-               (("/bin/sh") (which "sh")))
-             #t))
+               (("/bin/sh") (which "sh")))))
          (add-after 'install 'remove-empty-directory
            (lambda* (#:key outputs #:allow-other-keys)
              (delete-file-recursively
-              (string-append (assoc-ref outputs "out") "/share/man"))
-             #t)))))
+              (string-append (assoc-ref outputs "out") "/share/man")))))))
     (native-inputs
      (list bison flex))
     (home-page "http://mazsola.iit.uni-miskolc.hu/ucsim/")
-- 
2.34.0





  reply	other threads:[~2022-03-08 15:53 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-05 12:56 [bug#54260] [PATCH 0/3] gnu: ucsim: Update to 0.7.1 Simon South
2022-03-05 12:58 ` [bug#54260] [PATCH 1/3] gnu: ucsim: Don't run tests when cross-compiling Simon South
2022-03-05 15:21   ` Maxime Devos
2022-03-05 12:59 ` [bug#54260] [PATCH 2/3] gnu: ucsim: Don't explicitly return #t from phases Simon South
2022-03-05 15:23   ` Maxime Devos
2022-03-05 16:39     ` Simon South
2022-03-11 22:39       ` Maxime Devos
2022-03-05 12:59 ` [bug#54260] [PATCH 3/3] gnu: ucsim: Update to 0.7.1 Simon South
2022-03-08 14:12 ` [bug#54260] [PATCH v2 0/2] " Simon South
2022-03-08 14:12   ` [bug#54260] [PATCH v2 1/2] gnu: ucsim: Don't explicitly return #t from phases Simon South
2022-03-08 14:12   ` [bug#54260] [PATCH v2 2/2] gnu: ucsim: Update to 0.7.1 Simon South
2022-03-08 15:52 ` [bug#54260] [PATCH v3 0/2] " Simon South
2022-03-08 15:52   ` Simon South [this message]
2022-03-08 15:52   ` [bug#54260] [PATCH v3 2/2] " Simon South
2022-03-11 22:17   ` bug#54260: [PATCH 0/3] " 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

  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=3c1363cc28e702fdcfb356ca3aba4f5e031e0773.1646754416.git.simon@simonsouth.net \
    --to=simon@simonsouth.net \
    --cc=54260@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 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).