gnu: go-netlink: Skip test suite.

* gnu/packages/linux.scm (go-netlink)[arguments]: Disable tests.

Change-Id: Ifd86f8c800583d1feb9ae4f176f6981fe3d275be
This commit is contained in:
Efraim Flashner 2023-11-28 09:21:32 +02:00
parent 06e0f638ab
commit f90f33da02
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")