diff options
author | Mark H Weaver <mhw@netris.org> | 2014-12-27 09:14:09 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-12-27 11:18:29 -0500 |
commit | 85f41902219122824db5393dec85b1ff5f40cf29 (patch) | |
tree | ba9e965f147c548c037a9e9a74ea8005dd7206b9 /gnu/packages/maths.scm | |
parent | 977736fc4064e6575abde12dbfe7bb79afad54be (diff) | |
download | patches-85f41902219122824db5393dec85b1ff5f40cf29.tar patches-85f41902219122824db5393dec85b1ff5f40cf29.tar.gz |
gnu: gmsh: Add glu to inputs.
* gnu/packages/maths.scm (gmsh): Add glu to inputs.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 7296d48d83..c3cf30c7a7 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -387,6 +387,7 @@ files.") ("hdf5-include" ,hdf5 "include") ("lapack" ,lapack) ("mesa" ,mesa) + ("glu" ,glu) ("libx11" ,libx11) ("libxext" ,libxext))) (arguments |