summaryrefslogtreecommitdiff
path: root/px/packages/monitoring.scm
diff options
context:
space:
mode:
authorFranz Geffke <m@f-a.nz>2024-11-03 16:56:20 +0400
committerFranz Geffke <m@f-a.nz>2024-11-03 16:56:20 +0400
commit7a99c9e80d3fbeeca7e1ab7ed2001100a6e3cd18 (patch)
treee8f3cf16f6b1a74d0486af7e0ef7aa6c0a0e94c3 /px/packages/monitoring.scm
parentee0ec44c72e6872ec29a6458b64d87cfe1f04f5d (diff)
px: monit: Fixed undefined reference to crypt
Diffstat (limited to 'px/packages/monitoring.scm')
-rw-r--r--px/packages/monitoring.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/px/packages/monitoring.scm b/px/packages/monitoring.scm
index 55957c2..eb90efa 100644
--- a/px/packages/monitoring.scm
+++ b/px/packages/monitoring.scm
@@ -24,6 +24,7 @@
#:use-module (gnu packages serialization)
#:use-module (gnu packages curl)
#:use-module (gnu packages linux)
+ #:use-module (gnu packages crypto)
#:use-module (px packages common)
#:use-module (px packages device)
#:use-module (px packages library))
@@ -51,7 +52,8 @@
(native-inputs `(("autoconf" ,autoconf)
("automake" ,automake)
("libtool" ,libtool)
- ("pkg-config" ,pkg-config)))
+ ("pkg-config" ,pkg-config)
+ ("libxcrypt" ,libxcrypt)))
(home-page "https://mmonit.com")
(synopsis "Pro-active Monitoring")
(description