guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add missing module import to (gnu packages gl).


From: Mark H. Weaver
Subject: 01/01: gnu: Add missing module import to (gnu packages gl).
Date: Tue, 25 Oct 2016 02:51:33 +0000 (UTC)

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

commit c4a667bfa5ebdef494e0b1703f9bc5882873d954
Author: Mark H Weaver <address@hidden>
Date:   Mon Oct 24 22:45:38 2016 -0400

    gnu: Add missing module import to (gnu packages gl).
    
    This is a followup to commit f1267c872fcaed6c53d43b3ff51abb726f7418d6.
    
    * gnu/packages/gl.scm: Import (gnu packages).
---
 gnu/packages/gl.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 3b5c955..07e490d 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2013, 2015 Andreas Enge <address@hidden>
 ;;; Copyright © 2013 Joshua Grant <address@hidden>
 ;;; Copyright © 2014, 2016 David Thompson <address@hidden>
-;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
+;;; Copyright © 2014, 2015, 2016 Mark H Weaver <address@hidden>
 ;;; Copyright © 2016 ng0 <address@hidden>
 ;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
 ;;;
@@ -22,6 +22,7 @@
 ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (gnu packages gl)
+  #:use-module (gnu packages)
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages bison)
   #:use-module (gnu packages documentation)



reply via email to

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