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:
Sharlatan Hellseher 2024-12-28 19:58:52 +00:00
parent a06a3b2730
commit afab173bd9
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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