From b06b841e57a59118d4813dbb1f0b4e2bbc929eea Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 24 May 2023 23:55:54 +0200 Subject: 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(+) (limited to 'gnu') 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) -- cgit v1.2.3