guix_mirror_bot pushed a commit to branch master
in repository guix.

commit de8efe86b3307307605142cedcfd928ab8a6f969
Author: Arthur Rodrigues <[email protected]>
AuthorDate: Thu May 21 22:44:20 2026 -0300

    gnu: Add go-github-com-muesli-mango-pflag.
    
    * gnu/packages/golang-xyz.scm (go-github-com-muesli-mango-pflag): New 
variable.
    
    Change-Id: I450410eb6a38e9659672a7cd7258f317f372c702
    Relates-to: guix/guix!5417
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/golang-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 3558246c87..135ab4c35a 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -20687,6 +20687,34 @@ and kong packages.  It extracts commands, flags, and 
arguments from the target
 program and enables it to self-document.")
     (license license:expat)))
 
+(define-public go-github-com-muesli-mango-pflag
+  (package
+    (name "go-github-com-muesli-mango-pflag")
+    (version "0.2.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/muesli/mango-pflag";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1k4m88i9shs36a8n86k3a1vlxmdf5vwavkih2f2j3xj718hnhpw0"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/muesli/mango-pflag"))
+    (propagated-inputs
+     (list go-github-com-muesli-mango
+           go-github-com-muesli-roff
+           go-github-com-spf13-pflag))
+    (home-page "https://github.com/muesli/mango-pflag";)
+    (synopsis "Pflag adapter for mango")
+    (description
+     "This package provides a pflag adapter for the
+@url{https://github.com/muesli/mango, mango} man-page generator.")
+    (license license:expat)))
+
 (define-public go-github-com-muesli-reflow
   (package
     (name "go-github-com-muesli-reflow")

Reply via email to