guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: v4l2loopback-linux-module: Disable ‘test’.


From: guix-commits
Subject: 01/06: gnu: v4l2loopback-linux-module: Disable ‘test’.
Date: Mon, 8 Jun 2020 04:37:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fdcd193744dbb92d3478c8e4e6c4f4336a872831
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 8 10:34:20 2020 +0200

    gnu: v4l2loopback-linux-module: Disable ‘test’.
    
    It simply built the test programme but nothing more.
    
    * gnu/packages/linux.scm (v4l2loopback-linux-module)[arguments]:
    Remove the ‘check’ phase.
---
 gnu/packages/linux.scm | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a31f3d8..7785b69 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1149,14 +1149,6 @@ supported under @file{/sys/class/backlight/}.")
                (base32
                 "1qi4l6yam8nrlmc3zwkrz9vph0xsj1cgmkqci4652mbpbzigg7vn"))))
     (build-system linux-module-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (replace 'check
-           (lambda _
-             (invoke "make"
-                     "--directory=./tests"
-                     (string-append "CC=" ,(cc-for-target))))))))
     (home-page "https://github.com/umlaeute/v4l2loopback";)
     (synopsis "Linux kernel module that allows you to create \"virtual video 
devices\"")
     (description "This module allows you to create \"virtual video devices\"



reply via email to

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