me
/
guix
Archived
1
0
Fork 0

gnu: restic: Use go-1.17.

* gnu/packages/backup.scm (restic): [arguments]: <#:go>: Pin to go-1.17.

Change-Id: I63267c2bdb3e983475cf75b285021c71ac578e1a
master
Sharlatan Hellseher 2024-07-15 10:59:25 +01:00
parent 0595f60fa7
commit 3e656b6354
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 5 additions and 1 deletions

View File

@ -952,7 +952,11 @@ is like a time machine for your data.")
(search-patches "restic-0.9.6-fix-tests-for-go1.15.patch"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/restic/restic"
`(;; XXX: Tests failed on a newer version of Golang, newer version of
;; restic does not provide vendor folder any longer which means - a
;; long way of packaging missing inputs.
#:go ,go-1.17
#:import-path "github.com/restic/restic"
;; We don't need to install the source code for end-user applications.
#:install-source? #f
#:phases