1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-23 18:50:32 +02:00

gnu: go-github-com-mikefarah-yq-v4: Fix bulid.

* gnu/packages/web.scm (go-github-com-mikefarah-yq-v4, yq) [arguments]
<test-subdirs>: Limit to project's root.

Change-Id: I12dd2b2c8a0fc11827e4cf5652bb6a614edf7347
This commit is contained in:
Sharlatan Hellseher
2024-12-24 16:33:30 +00:00
parent f5000f5f07
commit 7ccfb16581

View File

@@ -5551,6 +5551,7 @@ you'd expect.")
(build-system go-build-system)
(arguments
(list #:import-path "github.com/mikefarah/yq/v4"
#:test-subdirs #~(list ".") ; XXX: try to enable all tests
#:phases
#~(modify-phases %standard-phases
(add-after 'install 'remove-binary
@@ -5593,6 +5594,7 @@ JSON, XML, properties, CSV and TSV.")
(arguments
(list #:install-source? #f
#:import-path "github.com/mikefarah/yq/v4"
#:test-subdirs #~(list ".") ; XXX: try to enable all tests
#:phases
#~(modify-phases %standard-phases
(add-after 'install 'rename-binary