me
/
guix
Archived
1
0
Fork 0

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.
master
Ricardo Wurmus 2023-05-24 23:55:54 +02:00
parent a1323e97e1
commit b06b841e57
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 0 deletions

View File

@ -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)