summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Scherer <roman@burningswell.com>2026-01-11 11:36:30 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-04-07 21:01:25 +0100
commit2f2d3f9b6ab0400348eba2597f574fd7168ede73 (patch)
treedc3db5f1f6f0f65a07c27bac0b4c826b78e5be3f
parent5096a943edc73427b9defd036c959d6f7af388e2 (diff)
gnu: Add go-github-com-cli-shurcool-graphql.
* gnu/packages/golang-vcs.scm (go-github-com-cli-shurcool-graphql): New variable. Relates-to: https://codeberg.org/guix/guix/pulls/5190 Change-Id: I89d1852021fe5c3dcde76f98eaf81e966c484ce0 Reviewed-by: Johannes Christ <jc@jchri.st> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/golang-vcs.scm24
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/golang-vcs.scm b/gnu/packages/golang-vcs.scm
index bab4fbd2535..b4b8ce8fa07 100644
--- a/gnu/packages/golang-vcs.scm
+++ b/gnu/packages/golang-vcs.scm
@@ -295,6 +295,30 @@ using the Git pkt-line format used in various Git operations.")
(replace "go-github-com-go-git-gcfg"
go-github-com-go-git-gcfg-v2))))))
+(define-public go-github-com-cli-shurcool-graphql
+ (package
+ (name "go-github-com-cli-shurcool-graphql")
+ (version "0.0.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/cli/shurcooL-graphql")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0w5ixfr4ia35n8adadr2rsca3f04bq36fxkgh27fw7rd0mxf199l"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/cli/shurcooL-graphql"))
+ (home-page "https://github.com/cli/shurcooL-graphql")
+ (synopsis "GraphQL client implementation for GitHub CLI")
+ (description
+ "This package provides a GraphQL client implementation forked from
+@code{shurcooL/graphql}, customized for use in the GitHub CLI.")
+ (license license:expat)))
+
(define-public go-github-com-jiangxin-goconfig
(package
(name "go-github-com-jiangxin-goconfig")