guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1502c830a636acbad2d517c04f7abd732b6578ef
Author: Romain GARBAGE <[email protected]>
AuthorDate: Tue Nov 25 16:01:12 2025 +0100

    gnu: gmsh: Do not propagate inputs.
    
    * gnu/packages/maths.scm (gmsh)[propagated-inputs]: Remove gfortran.
    Move all other packages...
    [inputs]: ...here. Remove python.
    [native-inputs]: Add python-wrapper.
    
    Change-Id: I6287fa91693900e73fa858ea571e6c55ba090fd9
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/maths.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index bfc62816a6..414a24c97f 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3775,22 +3775,21 @@ supports the propositional fragment of PDDL2.2.")
        (snippet
         '(delete-file-recursively "contrib/metis"))))
     (build-system cmake-build-system)
-    (propagated-inputs
+    (inputs
      (list fltk
-           gfortran
+           fontconfig
            glu
            gmp
            hdf5
            libx11
            libxext
+           libxft
            mesa
            metis
            openblas
            opencascade-occt))
-    (inputs
-     (list fontconfig
-           libxft
-           python))
+    (native-inputs
+     (list python-wrapper))
     (arguments
      (list #:configure-flags
            #~(list "-DENABLE_SYSTEM_CONTRIB:BOOL=ON"

Reply via email to