mhw pushed a commit to branch xorg-updates
in repository guix.

commit 85f41902219122824db5393dec85b1ff5f40cf29
Author: Mark H Weaver <[email protected]>
Date:   Sat Dec 27 09:14:09 2014 -0500

    gnu: gmsh: Add glu to inputs.
    
    * gnu/packages/maths.scm (gmsh): Add glu to inputs.
---
 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 7296d48..c3cf30c 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

Reply via email to