mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: trezord: Use go-1.18.
* gnu/packages/finance.scm (trezord): [arguments]: <#:go>: Pin to go-1.18. Change-Id: I000c5ff0755bd247ae9311bb2c171404f751be99
This commit is contained in:
parent
b88045ec91
commit
a2b102257d
1 changed files with 2 additions and 1 deletions
|
@ -1690,7 +1690,8 @@ (define-public trezord
|
|||
(file-name (git-file-name name version))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/trezor/trezord-go"))
|
||||
`(#:go ,go-1.18
|
||||
#:import-path "github.com/trezor/trezord-go"))
|
||||
(native-inputs
|
||||
(list go-github-com-gorilla-csrf
|
||||
go-github-com-gorilla-handlers
|
||||
|
|
Loading…
Reference in a new issue