mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 06:41:27 +01:00
gnu: go-github-com-ipld-go-ipld-prime: Fix build.
* gnu/packages/ipfs.scm (go-github-com-ipld-go-ipld-prime) [arguments] <unpack-path>: Remove it. <test-subdirs>: Limit to project's root. Change-Id: I4346f2c12e5d0d83e0306b00df8a53d12cbd025b
This commit is contained in:
parent
9d282c283d
commit
1032e50d36
1 changed files with 3 additions and 2 deletions
|
@ -809,8 +809,9 @@ code prior to it getting merged into @code{go-cid}.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:unpack-path "github.com/ipld/go-ipld-prime/"
|
||||
#:import-path "github.com/ipld/go-ipld-prime/"
|
||||
#:import-path "github.com/ipld/go-ipld-prime"
|
||||
;; XXX: More input requires to cover all shipped go packages.
|
||||
#:test-subdirs #~(list ".")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'copy-ipld-specfs
|
||||
|
|
Loading…
Add table
Reference in a new issue