gnu: bbswitch-module: Unquote arguments.

* gnu/packages/linux.scm (bbswitch-module)[arguments]:
Make an unquoted LIST.
This commit is contained in:
Tobias Geerinckx-Rice 2021-12-26 07:56:05 +01:00
parent 1ac3f0785e
commit b6dbee8cdf
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1461,8 +1461,7 @@ (define-public bbswitch-module
"1pgldnza7mzd0flrxg4q69dwbq1fhl58m5c62ary5drb0xyf3lqb")))) "1pgldnza7mzd0flrxg4q69dwbq1fhl58m5c62ary5drb0xyf3lqb"))))
(build-system linux-module-build-system) (build-system linux-module-build-system)
(arguments (arguments
;; No tests. (list #:tests? #f)) ; no test suite
`(#:tests? #f))
(home-page "https://github.com/Bumblebee-Project/bbswitch") (home-page "https://github.com/Bumblebee-Project/bbswitch")
(synopsis "Kernel module that disables discrete Nvidia graphics cards") (synopsis "Kernel module that disables discrete Nvidia graphics cards")
(description "The bbswitch module provides a way to toggle the Nvidia (description "The bbswitch module provides a way to toggle the Nvidia