mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: gmsh: Add missing inputs.
* gnu/packages/maths.scm (gmsh)[inputs]: Add fontconfig, libxft.
This commit is contained in:
parent
b4370be9de
commit
66395a6157
1 changed files with 3 additions and 0 deletions
|
@ -664,6 +664,9 @@ (define-public gmsh
|
||||||
("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 a new issue