summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-12-26 07:50:09 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-01-16 01:00:01 +0100
commit39782d3e249fe12f7bc1307ff1d324848cc273e1 (patch)
tree9dcdbc5d87d612444cb304a7ebb5853eb0d073ff
parent2be5454eadf2a1b107ba5a6db1ad67f856b95167 (diff)
downloadguix-patches-39782d3e249fe12f7bc1307ff1d324848cc273e1.tar
guix-patches-39782d3e249fe12f7bc1307ff1d324848cc273e1.tar.gz
gnu: librem-ec-acpi-linux-module: Unquote arguments.
* gnu/packages/linux.scm (librem-ec-acpi-linux-module)[arguments]: Make an unquoted LIST.
-rw-r--r--gnu/packages/linux.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e6c3334747..f42f35c5c7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1332,7 +1332,7 @@ This package provides the @command{corefreqd} data collection daemon, the
(base32 "1qnbfj60i8nn2ahgj2zp5ixd79bb0wl1ld36x3igws2f3c0f5pfi"))))
(build-system linux-module-build-system)
(arguments
- `(#:tests? #f)) ; no test suite
+ (list #:tests? #f)) ; no test suite
(home-page "https://source.puri.sm/nicole.faerber/librem-ec-acpi-dkms")
(synopsis "Linux kernel module to control the Librem Embedded Controller")
(description