diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-02-04 12:05:43 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-02-04 12:05:43 +0100 |
commit | 42f0b0c21efb42cf4879958337109771eaf28922 (patch) | |
tree | 250a10c402e906e0725e118b68f0efbd02bda2b1 /gnu/packages/python-xyz.scm | |
parent | d9b0216b6f6d8a7db4ae130c212dc28eb3e646a2 (diff) | |
download | guix-42f0b0c21efb42cf4879958337109771eaf28922.tar guix-42f0b0c21efb42cf4879958337109771eaf28922.tar.gz |
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).
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ #: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) |