guix-patches
[Top][All Lists]
Advanced

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

[bug#58014] [PATCH 04/15] gnu: tigervnc-server: Disable tests via #:test


From: Maxim Cournoyer
Subject: [bug#58014] [PATCH 04/15] gnu: tigervnc-server: Disable tests via #:tests?.
Date: Fri, 23 Sep 2022 01:00:31 -0400

* gnu/packages/vnc.scm (tigervnc-server)
[tests?]: Set to #f.
[phases]: Restore check phase.
---
 gnu/packages/vnc.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/vnc.scm b/gnu/packages/vnc.scm
index 4795ccc72a..3731f63846 100644
--- a/gnu/packages/vnc.scm
+++ b/gnu/packages/vnc.scm
@@ -256,6 +256,8 @@ (define-public tigervnc-server
     (arguments
      (substitute-keyword-arguments
          (package-arguments xorg-server)
+       ((#:tests? #f #f)
+        #f)
        ((#:configure-flags flags)
         #~(cons* "--with-pic"           ; Taken from BUILDING.txt
                  "--without-dtrace"
@@ -282,7 +284,6 @@ (define-public tigervnc-server
                  modules))
        ((#:phases phases)
         #~(modify-phases #$phases
-            (delete 'check)             ;no test suite
             (add-after 'unpack 'adjust-pam-config
               (lambda _
                 (substitute* "tigervnc-client/unix/vncserver/tigervnc.pam"
-- 
2.37.3






reply via email to

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