mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
gnu: librem-ec-acpi-linux-module: Unquote arguments.
* gnu/packages/linux.scm (librem-ec-acpi-linux-module)[arguments]: Make an unquoted LIST.
This commit is contained in:
parent
2be5454ead
commit
39782d3e24
1 changed files with 1 additions and 1 deletions
|
@ -1332,7 +1332,7 @@ (define-public librem-ec-acpi-linux-module
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue