summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-18 19:44:05 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-09-01 23:35:37 +0100
commita0de55e3782ad1cbc234c4ce9987d33be6974a96 (patch)
tree8c50e2add3166f9990e7f541f4d9a12e37ea729d /gnu/packages
parent6a82237be00ce3ba2e3b596d6e0a42adc3e34c1c (diff)
gnu: Add go-github-com-nikandfor-spintax.
* gnu/packages/golang-xyz.scm (go-github-com-nikandfor-spintax): New variable. Relates-to: guix/guix!2572
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/golang-xyz.scm27
1 files changed, 27 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index d465888f8ac..fb01d66c052 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -24057,6 +24057,33 @@ cooperating processes or serializing multiple invocations of the same
24057process.") 24057process.")
24058 (license license:expat))) 24058 (license license:expat)))
24059 24059
24060(define-public go-github-com-nikandfor-spintax
24061 (package
24062 (name "go-github-com-nikandfor-spintax")
24063 (version "0.0.0-20181023094358-fc346b245bb3")
24064 (source
24065 (origin
24066 (method git-fetch)
24067 (uri (git-reference
24068 (url "https://github.com/nikandfor/spintax")
24069 (commit (go-version->git-ref version))))
24070 (file-name (git-file-name name version))
24071 (sha256
24072 (base32 "1sgabgg9g33h7ywanqr2c1d3r7gal8k11x4ysk0v46xpm19p7c2x"))))
24073 (build-system go-build-system)
24074 (arguments
24075 (list
24076 #:import-path "github.com/nikandfor/spintax"))
24077 (native-inputs
24078 (list go-github-com-stretchr-testify))
24079 (home-page "https://github.com/nikandfor/spintax")
24080 (synopsis "Spintax is a text generation library for Go")
24081 (description
24082 "Spintax is an text generator from Spintax template. Spintax is an
24083template with alternative parts that can be evaluated into one of many
24084texts. Depth is not limited")
24085 (license license:expat)))
24086
24060(define-public go-github-com-niklasfasching-go-org 24087(define-public go-github-com-niklasfasching-go-org
24061 (package 24088 (package
24062 (name "go-github-com-niklasfasching-go-org") 24089 (name "go-github-com-niklasfasching-go-org")