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: Mon, 4 Feb 2019 06:06:22 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 42f0b0c21efb42cf4879958337109771eaf28922
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 4 12:05:43 2019 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 812377e..cb9557f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -105,6 +105,7 @@
   #:use-module (gnu packages llvm)
   #:use-module (gnu packages man)
   #:use-module (gnu packages maths)
+  #:use-module (gnu packages monitoring)
   #:use-module (gnu packages multiprecision)
   #:use-module (gnu packages networking)
   #:use-module (gnu packages ncurses)



reply via email to

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