guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: gaupol: Delete sanity check phase.


From: guix-commits
Subject: 01/04: gnu: gaupol: Delete sanity check phase.
Date: Wed, 24 May 2023 17:59:34 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b06b841e57a59118d4813dbb1f0b4e2bbc929eea
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 24 23:55:54 2023 +0200

    gnu: gaupol: Delete sanity check phase.
    
    The sanity check fails because there is no graphical display.
    
    * gnu/packages/video.scm (gaupol)[arguments]: Delete 'sanity-check phase.
---
 gnu/packages/video.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index e6c437fbbe..7aa36461cd 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5102,6 +5102,8 @@ video from a Wayland session.")
                (wrap-program (string-append out "/bin/gaupol")
                  `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))
                  `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))))
+         ;; Can't create a GtkStyleContext without a display connection
+         (delete 'sanity-check)
          (add-after 'unpack 'patch-data-dir
            ;; Fix some path variables that setup.py seems to garble.
            (lambda* (#:key outputs #:allow-other-keys)



reply via email to

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