guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: v4l2loopback-linux-module: Really disable tests.


From: guix-commits
Subject: 01/02: gnu: v4l2loopback-linux-module: Really disable tests.
Date: Mon, 8 Jun 2020 17:07:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c34a7dc2bb1380b3b0150f3d2fb64ca83381912c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 8 23:00:44 2020 +0200

    gnu: v4l2loopback-linux-module: Really disable tests.
    
    Commit fdcd193744dbb92d3478c8e4e6c4f4336a872831 was a botched by-hand
    ‘merge’ that caused the default check phase to run, and fail.
    
    * gnu/packages/linux.scm (v4l2loopback-linux-module)[arguments]:
    Set #:tests? to #f.
---
 gnu/packages/linux.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 19f59d2..b3329c9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1197,6 +1197,8 @@ supported under @file{/sys/class/backlight/}.")
                (base32
                 "1qi4l6yam8nrlmc3zwkrz9vph0xsj1cgmkqci4652mbpbzigg7vn"))))
     (build-system linux-module-build-system)
+    (arguments
+     `(#:tests? #f))                    ; no test suite
     (home-page "https://github.com/umlaeute/v4l2loopback";)
     (synopsis "Linux kernel module to create virtual V4L2 video devices")
     (description



reply via email to

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