1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: go-github-com-google-gopacket: Fix build.

* gnu/packages/golang-web.scm (go-github-com-google-gopacket)
[arguments]<test-subdirs>: Only run project's root tests.

Change-Id: I5e98ccb6481e17fef71171b800360f9f18f16b6e
This commit is contained in:
Sharlatan Hellseher 2024-12-16 02:32:59 +00:00
parent 62a9bb7f19
commit 4a87bc86c9
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2466,7 +2466,10 @@ parameters.")
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/google/gopacket"))
#:import-path "github.com/google/gopacket"
;; XXX: pfring/pfring.go:14:10: fatal error: pfring.h: No such file or
;; directory. Check how to fix all tests.
#:test-subdirs #~(list ".")))
(propagated-inputs
(list go-github-com-vishvananda-netlink
go-golang-org-x-net