unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Paul A. Patience" <paul@apatience.com>
To: 56564@debbugs.gnu.org
Cc: "Paul A. Patience" <paul@apatience.com>
Subject: [bug#56564] [PATCH 2/3] gnu: gmsh: Remove trailing booleans.
Date: Thu, 14 Jul 2022 19:50:29 +0000	[thread overview]
Message-ID: <20220714195015.113377-1-paul@apatience.com> (raw)
In-Reply-To: <20220714194745.112926-1-paul@apatience.com>

* gnu/packages/maths.scm (gmsh)[snippet, arguments]: Remove trailing
booleans.
---
 gnu/packages/maths.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 18fcf4d99b..b3fe262204 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2967,9 +2967,7 @@ (define-public gmsh
        (base32 "0asd9p64ng5l2zk5glc33x3ynnvdpndlflg3q9mr0jxr7y9x0lrm"))
       (modules '((guix build utils)))
       (snippet
-       '(begin
-          (delete-file-recursively "contrib/metis")
-          #t))))
+       '(delete-file-recursively "contrib/metis"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list fltk
@@ -3014,8 +3012,7 @@ (define-public gmsh
                                            "/lib/libgmsh.so")))
                (substitute* "api/gmsh.py"
                  (("find_library\\(\"gmsh\"\\)")
-                  (simple-format #f "\"~a\"" libgmsh))))
-             #t)))))
+                  (simple-format #f "\"~a\"" libgmsh)))))))))
     (home-page "http://gmsh.info/")
     (synopsis "3D finite element grid generator")
     (description "Gmsh is a 3D finite element grid generator with a built-in
--
2.37.0






  reply	other threads:[~2022-07-14 19:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-14 19:47 [bug#56564] [PATCH 1/3] gnu: gmsh: Remove input labels Paul A. Patience
2022-07-14 19:50 ` Paul A. Patience [this message]
2022-07-14 19:50   ` [bug#56564] [PATCH 3/3] gnu: gmsh: Update to 4.10.5 Paul A. Patience
2022-07-15  9:08     ` bug#56564: " Christopher Baines

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=20220714195015.113377-1-paul@apatience.com \
    --to=paul@apatience.com \
    --cc=56564@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).