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 <andreas@enge.fr>
This commit is contained in:
Romain GARBAGE 2025-11-25 16:01:12 +01:00 committed by Andreas Enge
parent 7b1fdc56e0
commit 1502c830a6
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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"