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:
parent
62a9bb7f19
commit
4a87bc86c9
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue