me
/
guix
Archived
1
0
Fork 0

gnu: librem-ec-acpi-linux-module: Unquote arguments.

* gnu/packages/linux.scm (librem-ec-acpi-linux-module)[arguments]:
Make an unquoted LIST.
master
Tobias Geerinckx-Rice 2021-12-26 07:50:09 +01:00
parent 2be5454ead
commit 39782d3e24
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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