guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/24: gnu: freeglut: Propagate input glu.


From: Taylan Ulrich B.
Subject: 13/24: gnu: freeglut: Propagate input glu.
Date: Mon, 09 Mar 2015 22:01:11 +0000

taylanub pushed a commit to branch master
in repository guix.

commit 01793502e8c141f7b13688b1922b4d117e30ecf7
Author: Taylan Ulrich Bayırlı/Kammer <address@hidden>
Date:   Thu Mar 5 15:44:16 2015 +0100

    gnu: freeglut: Propagate input glu.
    
    * gnu/packages/gl.scm (freeglut): Make glu a propagated input instead of a
      normal input.
---
 gnu/packages/gl.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 0eb2d26..7d549d3 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -82,8 +82,8 @@ as ASCII text.")
              ("libxrandr" ,libxrandr)
              ("libxxf86vm" ,libxxf86vm)
              ("inputproto" ,inputproto)
-             ("xinput" ,xinput)
-             ("glu" ,glu)))
+             ("xinput" ,xinput)))
+    (propagated-inputs `(("glu" ,glu)))
     (home-page "http://freeglut.sourceforge.net/";)
     (synopsis "Alternative to the OpenGL Utility Toolkit (GLUT)")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]