mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: bbswitch-module: Unquote arguments.
* gnu/packages/linux.scm (bbswitch-module)[arguments]: Make an unquoted LIST.
This commit is contained in:
parent
1ac3f0785e
commit
b6dbee8cdf
1 changed files with 1 additions and 2 deletions
|
|
@ -1461,8 +1461,7 @@ emulate optical devices such as DVD and CD-ROM drives.")
|
|||
"1pgldnza7mzd0flrxg4q69dwbq1fhl58m5c62ary5drb0xyf3lqb"))))
|
||||
(build-system linux-module-build-system)
|
||||
(arguments
|
||||
;; No tests.
|
||||
`(#:tests? #f))
|
||||
(list #:tests? #f)) ; no test suite
|
||||
(home-page "https://github.com/Bumblebee-Project/bbswitch")
|
||||
(synopsis "Kernel module that disables discrete Nvidia graphics cards")
|
||||
(description "The bbswitch module provides a way to toggle the Nvidia
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue