gnu: gmsh: Add missing inputs.
* gnu/packages/maths.scm (gmsh)[inputs]: Add fontconfig, libxft.
This commit is contained in:
parent
b4370be9de
commit
66395a6157
|
@ -664,6 +664,9 @@ script files.")
|
||||||
("glu" ,glu)
|
("glu" ,glu)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
("libxext" ,libxext)))
|
("libxext" ,libxext)))
|
||||||
|
(inputs
|
||||||
|
`(("fontconfig" ,fontconfig)
|
||||||
|
("libxft" ,libxft)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags `("-DENABLE_METIS:BOOL=OFF"
|
`(#:configure-flags `("-DENABLE_METIS:BOOL=OFF"
|
||||||
"-DENABLE_BUILD_SHARED:BOOL=ON"
|
"-DENABLE_BUILD_SHARED:BOOL=ON"
|
||||||
|
|
Loading…
Reference in New Issue