mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: go-netlink: Skip test suite.
* gnu/packages/linux.scm (go-netlink)[arguments]: Disable tests. Change-Id: Ifd86f8c800583d1feb9ae4f176f6981fe3d275be
This commit is contained in:
parent
06e0f638ab
commit
f90f33da02
1 changed files with 2 additions and 1 deletions
|
@ -8990,7 +8990,8 @@ (define-public go-netlink
|
|||
"0hpzghf1a4cwawzhkiwdzin80h6hd09fskl77d5ppgc084yvj8x0"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/vishvananda/netlink"))
|
||||
`(#:tests? #f ; Tests depend on specific kernel modules.
|
||||
#:import-path "github.com/vishvananda/netlink"))
|
||||
(native-inputs
|
||||
(list go-golang-org-x-sys go-netns))
|
||||
(home-page "https://github.com/vishvananda/netlink")
|
||||
|
|
Loading…
Reference in a new issue