gnu: v4l2loopback-linux-module: Really disable tests.
Commit fdcd193744
was a botched by-hand
‘merge’ that caused the default check phase to run, and fail.
* gnu/packages/linux.scm (v4l2loopback-linux-module)[arguments]:
Set #:tests? to #f.
master
parent
076779c4d4
commit
c34a7dc2bb
|
@ -1197,6 +1197,8 @@ supported under @file{/sys/class/backlight/}.")
|
||||||
(base32
|
(base32
|
||||||
"1qi4l6yam8nrlmc3zwkrz9vph0xsj1cgmkqci4652mbpbzigg7vn"))))
|
"1qi4l6yam8nrlmc3zwkrz9vph0xsj1cgmkqci4652mbpbzigg7vn"))))
|
||||||
(build-system linux-module-build-system)
|
(build-system linux-module-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f)) ; no test suite
|
||||||
(home-page "https://github.com/umlaeute/v4l2loopback")
|
(home-page "https://github.com/umlaeute/v4l2loopback")
|
||||||
(synopsis "Linux kernel module to create virtual V4L2 video devices")
|
(synopsis "Linux kernel module to create virtual V4L2 video devices")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue