guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: gmsh: Remove input labels.


From: guix-commits
Subject: 05/08: gnu: gmsh: Remove input labels.
Date: Fri, 15 Jul 2022 05:05:48 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit d10af3fc9760bb5de99f18a6e5c3709698855edc
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Thu Jul 14 19:47:55 2022 +0000

    gnu: gmsh: Remove input labels.
    
    * gnu/packages/maths.scm (gmsh)[inputs]: Remove labels.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 @@ This is the certified version of the Open Cascade 
Technology (OCCT) library.")
            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"



reply via email to

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