guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add missing module reference.


From: guix-commits
Subject: 01/01: gnu: Add missing module reference.
Date: Tue, 15 Jan 2019 08:58:59 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5327e912a8a477e472da9ec03c99cdedcc04af75
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Jan 15 14:58:13 2019 +0100

    gnu: Add missing module reference.
    
    This is a follow-up to commit 44d10b1f722856ab8e9b942804aa7ef33e2ef739.
    
    * gnu/packages/tex.scm: Add missing reference to python-xyz.
---
 gnu/packages/tex.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8543926..3a3bd47 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -61,6 +61,7 @@
   #:use-module (gnu packages perl-check)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages python)
+  #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages qt)
   #:use-module (gnu packages ruby)
   #:use-module (gnu packages shells)



reply via email to

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