From 42f0b0c21efb42cf4879958337109771eaf28922 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 4 Feb 2019 12:05:43 +0100 Subject: 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(+) (limited to 'gnu') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 812377e6ad..cb9557faba 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -105,6 +105,7 @@ (define-module (gnu packages python-xyz) #: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) -- cgit v1.2.3