me
/
guix
Archived
1
0
Fork 0

gnu: trezord: Use go-1.18.

* gnu/packages/finance.scm (trezord): [arguments]: <#:go>: Pin to
go-1.18.

Change-Id: I000c5ff0755bd247ae9311bb2c171404f751be99
master
Sharlatan Hellseher 2024-07-15 11:30:53 +01:00
parent b88045ec91
commit a2b102257d
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 2 additions and 1 deletions

View File

@ -1690,7 +1690,8 @@ trezord as a regular user instead of needing to it run as root.")
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/trezor/trezord-go")) `(#:go ,go-1.18
#:import-path "github.com/trezor/trezord-go"))
(native-inputs (native-inputs
(list go-github-com-gorilla-csrf (list go-github-com-gorilla-csrf
go-github-com-gorilla-handlers go-github-com-gorilla-handlers