3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: gmsh: Remove input labels.

* gnu/packages/maths.scm (gmsh)[inputs]: Remove labels.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Paul A. Patience 2022-07-14 19:47:55 +00:00 committed by Christopher Baines
parent 37c53cb1e8
commit d10af3fc97
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

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