guix-commits
[Top][All Lists]
Advanced

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

16/20: gnu: bbswitch-module: Unquote arguments.


From: guix-commits
Subject: 16/20: gnu: bbswitch-module: Unquote arguments.
Date: Wed, 19 Jan 2022 13:14:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b6dbee8cdf89a3d2c62681ff52f279ada5868abe
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 26 07:56:05 2021 +0100

    gnu: bbswitch-module: Unquote arguments.
    
    * gnu/packages/linux.scm (bbswitch-module)[arguments]:
    Make an unquoted LIST.
---
 gnu/packages/linux.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6c095b84f9..9e525dbb74 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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



reply via email to

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