From a2b102257d1adcc532b2c66ffb13deb075c2f55d Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 15 Jul 2024 11:30:53 +0100 Subject: gnu: trezord: Use go-1.18. * gnu/packages/finance.scm (trezord): [arguments]: <#:go>: Pin to go-1.18. Change-Id: I000c5ff0755bd247ae9311bb2c171404f751be99 --- gnu/packages/finance.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 3505364c007..29186fec884 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1690,7 +1690,8 @@ trezord as a regular user instead of needing to it run as root.") (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 -- cgit v1.2.3