mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-14 09:00:39 +02:00
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>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
151c4ca936
commit
65978c8fa6
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user