mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: gmsh: Add glu to inputs.
* gnu/packages/maths.scm (gmsh): Add glu to inputs.
This commit is contained in:
parent
977736fc40
commit
85f4190221
1 changed files with 1 additions and 0 deletions
|
@ -387,6 +387,7 @@ (define-public gmsh
|
|||
("hdf5-include" ,hdf5 "include")
|
||||
("lapack" ,lapack)
|
||||
("mesa" ,mesa)
|
||||
("glu" ,glu)
|
||||
("libx11" ,libx11)
|
||||
("libxext" ,libxext)))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue