mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: v4l2loopback-linux-module: Unquote arguments.
* gnu/packages/linux.scm (v4l2loopback-linux-module)[arguments]: Make an unquoted LIST.
This commit is contained in:
parent
cfe6b36420
commit
00ca360e9f
1 changed files with 1 additions and 1 deletions
|
|
@ -1526,7 +1526,7 @@ supported under @file{/sys/class/backlight/}.")
|
|||
"1qi4l6yam8nrlmc3zwkrz9vph0xsj1cgmkqci4652mbpbzigg7vn"))))
|
||||
(build-system linux-module-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; no test suite
|
||||
(list #:tests? #f)) ; no test suite
|
||||
(home-page "https://github.com/umlaeute/v4l2loopback")
|
||||
(synopsis "Linux kernel module to create virtual V4L2 video devices")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue