unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56564] [PATCH 1/3] gnu: gmsh: Remove input labels.
@ 2022-07-14 19:47 Paul A. Patience
  2022-07-14 19:50 ` [bug#56564] [PATCH 2/3] gnu: gmsh: Remove trailing booleans Paul A. Patience
  0 siblings, 1 reply; 4+ messages in thread
From: Paul A. Patience @ 2022-07-14 19:47 UTC (permalink / raw)
  To: 56564; +Cc: Paul A. Patience

* gnu/packages/maths.scm (gmsh)[inputs]: Remove labels.
---
 gnu/packages/maths.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 83a04f7301..18fcf4d99b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2984,9 +2984,9 @@ (define-public gmsh
            metis
            opencascade-occt))
     (inputs
-     `(("fontconfig" ,fontconfig)
-       ("libxft" ,libxft)
-       ("python" ,python)))
+     (list fontconfig
+           libxft
+           python))
     (arguments
      `(#:configure-flags `("-DENABLE_SYSTEM_CONTRIB:BOOL=ON"
                            "-DENABLE_BUILD_SHARED:BOOL=ON"
--
2.37.0






^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-15  9:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-14 19:47 [bug#56564] [PATCH 1/3] gnu: gmsh: Remove input labels Paul A. Patience
2022-07-14 19:50 ` [bug#56564] [PATCH 2/3] gnu: gmsh: Remove trailing booleans Paul A. Patience
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

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).