From 1ac3f0785efe3b99a0fb4a25e57ce9d5aaa9dc7c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 26 Dec 2021 07:54:40 +0100 Subject: [PATCH] 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