~ruther/guix-local

1502c830a636acbad2d517c04f7abd732b6578ef — Romain GARBAGE 3 months ago 7b1fdc5
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>
1 files changed, 5 insertions(+), 6 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +5 -6
@@ 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"