mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libva: Return #t from all phases.
* gnu/packages/video.scm (libva)[arguments]: Return #t from the 'fix-dlopen-paths' phase.
This commit is contained in:
parent
75f3aaced0
commit
d5c88f16c4
1 changed files with 2 additions and 1 deletions
|
@ -572,7 +572,8 @@ (define-public libva
|
|||
(let ((out (assoc-ref outputs "out")))
|
||||
(substitute* "va/drm/va_drm_auth_x11.c"
|
||||
(("\"libva-x11\\.so\\.%d\"")
|
||||
(string-append "\"" out "/lib/libva-x11.so.%d\"")))))))
|
||||
(string-append "\"" out "/lib/libva-x11.so.%d\"")))
|
||||
#t))))
|
||||
;; Most drivers are in mesa's $prefix/lib/dri, so use that. (Can be
|
||||
;; overridden at run-time via LIBVA_DRIVERS_PATH.)
|
||||
#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue