From 5cc0d4e97672c45fbc090700aa97180e815affb4 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 13 Aug 2026 12:52:24 +0100 Subject: gnu: Add prometheus-alertmanager. * gnu/packages/prometheus.scm (prometheus-alertmanager): New variable. --- gnu/packages/prometheus.scm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/prometheus.scm b/gnu/packages/prometheus.scm index bff3412ed3b..910ee9e3c9e 100644 --- a/gnu/packages/prometheus.scm +++ b/gnu/packages/prometheus.scm @@ -839,6 +839,21 @@ promlint.") ;;; Executables: ;;; +(define-public prometheus-alertmanager + (package/inherit go-github-com-prometheus-alertmanager + (name "prometheus-alertmanager") + (arguments + (substitute-keyword-arguments arguments + ((#:import-path _) + "github.com/prometheus/alertmanager/cmd/alertmanager") + ((#:install-source? _ #t) #f) + ((#:skip-build? _ #t) #f) + ((#:tests? _ #t) #f))) + (native-inputs + (package-propagated-inputs go-github-com-prometheus-alertmanager)) + (propagated-inputs '()) + (inputs '()))) + ;;; ;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; of a merge conflict, place them above in alphabetic order. -- cgit v1.2.3