mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
37c53cb1e8
commit
d10af3fc97
1 changed files with 3 additions and 3 deletions
|
@ -2984,9 +2984,9 @@ This is the certified version of the Open Cascade Technology (OCCT) library.")
|
||||||
metis
|
metis
|
||||||
opencascade-occt))
|
opencascade-occt))
|
||||||
(inputs
|
(inputs
|
||||||
`(("fontconfig" ,fontconfig)
|
(list fontconfig
|
||||||
("libxft" ,libxft)
|
libxft
|
||||||
("python" ,python)))
|
python))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags `("-DENABLE_SYSTEM_CONTRIB:BOOL=ON"
|
`(#:configure-flags `("-DENABLE_SYSTEM_CONTRIB:BOOL=ON"
|
||||||
"-DENABLE_BUILD_SHARED:BOOL=ON"
|
"-DENABLE_BUILD_SHARED:BOOL=ON"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue