diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-05-07 22:35:12 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-05-07 23:18:47 +0100 |
commit | 74b2a9d5a41b6f8db3691e0f52660c3d18d32fe6 (patch) | |
tree | 15a1a604139b95181709da22f15019b8de8ef834 /gnu/packages/golang.scm | |
parent | 072b06f2f3751b493c8401b666a71618f3e937e6 (diff) | |
download | guix-74b2a9d5a41b6f8db3691e0f52660c3d18d32fe6.tar.gz guix-74b2a9d5a41b6f8db3691e0f52660c3d18d32fe6.zip |
gnu: go-git-sr-ht-emersion-gqlclient: Move to golang-web.
* gnu/packages/golang.scm (go-git-sr-ht-emersion-gqlclient): Move from
here ...
* gnu/packages/golang-web.scm: ... to here.
Change-Id: I2b07dc198f6710680da0430e5f302893060e37b8
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index e9fbcf70e0..310336ab31 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -9249,27 +9249,6 @@ kubernetes-sigs/yaml is a permanent fork of (description "Package go-scfg parses scfg files.") (license license:expat))) -(define-public go-git-sr-ht-emersion-gqlclient - (package - (name "go-git-sr-ht-emersion-gqlclient") - (version "0.0.0-20230820050442-8873fe0204b9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://git.sr.ht/~emersion/gqlclient") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x64kcryawdr0daq1w6fada60zqrddw75yi397835b9ij7wb5gmh")))) - (build-system go-build-system) - (arguments (list #:import-path "git.sr.ht/~emersion/gqlclient")) - (home-page "https://git.sr.ht/~emersion/gqlclient") - (synopsis "GraphQL client and code generator") - (description - "This package provides a GraphQL client and code generator for Go.") - (license license:expat))) - (define-public go-github-com-google-go-jsonnet (package (name "go-github-com-google-go-jsonnet") |