mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: go-git-sr-ht-emersion-gqlclient: Fix build.
* gnu/packages/golang-web.scm (go-git-sr-ht-emersion-gqlclient) [arguments] <embed-files>: Add them. [native-inputs]: Add go-github-com-dave-jennifer and go-github-com-vektah-gqlparser-v2. Change-Id: Ia7f6fe4eec6f4b7178e5251ac847ba9b6f04d9f7
This commit is contained in:
parent
a06a3b2730
commit
afab173bd9
1 changed files with 7 additions and 1 deletions
|
@ -128,7 +128,13 @@ (define-public go-git-sr-ht-emersion-gqlclient
|
|||
(base32 "0x64kcryawdr0daq1w6fada60zqrddw75yi397835b9ij7wb5gmh"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:import-path "git.sr.ht/~emersion/gqlclient"))
|
||||
(list
|
||||
#:embed-files #~(list "prelude.graphql")
|
||||
#:import-path "git.sr.ht/~emersion/gqlclient"))
|
||||
;; For the CLI.
|
||||
(native-inputs
|
||||
(list go-github-com-dave-jennifer
|
||||
go-github-com-vektah-gqlparser-v2))
|
||||
(home-page "https://git.sr.ht/~emersion/gqlclient")
|
||||
(synopsis "GraphQL client and code generator")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue