summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@friendly-machines.com>2025-12-05 19:12:39 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-12 18:23:01 +0000
commit65978c8fa68eb8fcfb3fdfb7a3c6afe0d2d0ef1d (patch)
tree4df879e1980afdc5a29eecb6ccdddaa52d33c991 /gnu
parent151c4ca936bf5a6ac35af853746e846d9a3d0eb2 (diff)
gnu: Add go-github-com-loft-sh-admin-apis.
* gnu/packages/golang-xyz.scm (go-github-com-loft-sh-admin-apis): New variable. Change-Id: I4ab269604b9dc67d5ed0700a4952b58fa9a5117a Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-web.scm27
1 files changed, 27 insertions, 0 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 8e1a1b87c0..8d2a903a1d 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -9078,6 +9078,33 @@ Hyper-V sockets} and @url{http://stefanha.github.io/virtio/, virtio
sockets}.")
(license license:asl2.0)))
+(define-public go-github-com-loft-sh-admin-apis
+ (package
+ (name "go-github-com-loft-sh-admin-apis")
+ (version "0.0.0-20260212114730-dbda80c541d7")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/loft-sh/admin-apis")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1s6njnn7xfk7jbf1sw3rfhrwhdp8ln37anqrnpjjc09fjzax7ish"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:skip-build? #t
+ #:import-path "github.com/loft-sh/admin-apis"))
+ (propagated-inputs
+ (list go-github-com-ghodss-yaml
+ go-github-com-stripe-stripe-go-v81))
+ (home-page "https://github.com/loft-sh/admin-apis")
+ (synopsis "Loft admin API definitions")
+ (description
+ "This package provides admin API definitions for the Loft platform.")
+ (license license:asl2.0)))
+
(define-public go-github-com-lum8rjack-go-ja4h
(package
(name "go-github-com-lum8rjack-go-ja4h")