guix-commits
[Top][All Lists]
Advanced

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

12/20: gnu: librem-ec-acpi-linux-module: Unquote arguments.


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

nckx pushed a commit to branch master
in repository guix.

commit 39782d3e249fe12f7bc1307ff1d324848cc273e1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 26 07:50:09 2021 +0100

    gnu: librem-ec-acpi-linux-module: Unquote arguments.
    
    * gnu/packages/linux.scm (librem-ec-acpi-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 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



reply via email to

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