guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/20: gnu: v4l2loopback-linux-module: Unquote arguments.


From: guix-commits
Subject: 19/20: gnu: v4l2loopback-linux-module: Unquote arguments.
Date: Wed, 19 Jan 2022 13:14:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 00ca360e9f6982e167eb91f6709ec8179d7b1418
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 26 08:03:16 2021 +0100

    gnu: v4l2loopback-linux-module: Unquote arguments.
    
    * gnu/packages/linux.scm (v4l2loopback-linux-module)[arguments]:
    Make an unquoted LIST.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index db7d397f4c..7eaefe7701 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]