mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: go-github-com-bwesterb-go-ristretto: Fix import path.
* gnu/packages/golang-crypto.scm (go-github-com-bwesterb-go-ristretto) [arguments]<import-path>: Set to match go.mod module path. <unpack-path>: Remove it. Change-Id: I4bc4a096ab5e0d75b727b8387f95f29d03b2d7d7
This commit is contained in:
parent
81c456cdd0
commit
e277c9f6c6
1 changed files with 2 additions and 2 deletions
|
@ -377,8 +377,8 @@ (define-public go-github-com-bwesterb-go-ristretto
|
|||
(base32 "0h508v790wk6g8jq0gh18296xl87vmgc4fhwnac7mk6i5g3mz6v4"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:unpack-path "github.com/bwesterb/go-ristretto"
|
||||
#:import-path "github.com/bwesterb/go-ristretto/edwards25519"))
|
||||
(list
|
||||
#:import-path "github.com/bwesterb/go-ristretto"))
|
||||
(home-page "https://github.com/bwesterb/go-ristretto")
|
||||
(synopsis "Operations on the Ristretto prime-order group")
|
||||
(description "This is a pure Go implementation of the group operations on
|
||||
|
|
Loading…
Reference in a new issue