diff options
author | Franz Geffke <franz@pantherx.org> | 2024-03-30 17:11:49 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-03-30 17:11:49 +0000 |
commit | 16184401df1722020b17dce316b45e64d9da6250 (patch) | |
tree | 8bcefcf4cecf5f8c0559c77889c95ad822296731 /px/packages/monitoring.scm | |
parent | 06543de76c9f2351b6b9e4cc562bec4a0338146b (diff) |
fixed imports of depreciated modules
Diffstat (limited to 'px/packages/monitoring.scm')
-rw-r--r-- | px/packages/monitoring.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/px/packages/monitoring.scm b/px/packages/monitoring.scm index 1ce445a..e90b855 100644 --- a/px/packages/monitoring.scm +++ b/px/packages/monitoring.scm @@ -5,6 +5,7 @@ #:use-module ((guix licenses) #:prefix license:) #:use-module (guix download) + #:use-module (guix git-download) #:use-module (guix packages) #:use-module (guix build-system gnu) #:use-module (guix build-system cmake) |