guix-commits
[Top][All Lists]
Advanced

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

15/20: gnu: vhba-module: Unquote arguments.


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

nckx pushed a commit to branch master
in repository guix.

commit 1ac3f0785efe3b99a0fb4a25e57ce9d5aaa9dc7c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 26 07:54:40 2021 +0100

    gnu: vhba-module: Unquote arguments.
    
    * gnu/packages/linux.scm (vhba-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 8e8dbc4e74..6c095b84f9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1432,7 +1432,7 @@ RTL8812AU, RTL8821AU, and RTL8814AU chips.")
         (base32 "1dkprnnya0i8121p7ip4g8cww99drk7fzbwcxx65x02jqk0siibj"))))
     (build-system linux-module-build-system)
     (arguments
-     `(#:tests? #f))                    ; no test suite
+     (list #:tests? #f))                ; no test suite
     (home-page "https://cdemu.sourceforge.io/";)
     (synopsis "Linux kernel module that emulates SCSI devices")
     (description



reply via email to

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