mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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.
This commit is contained in:
parent
a1323e97e1
commit
b06b841e57
1 changed files with 2 additions and 0 deletions
|
@ -5102,6 +5102,8 @@ (define-public gaupol
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue