guix-commits
[Top][All Lists]
Advanced

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

12/13: gnu: libva: Return #t from all phases.


From: Mark H. Weaver
Subject: 12/13: gnu: libva: Return #t from all phases.
Date: Sun, 25 Mar 2018 05:03:18 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit d5c88f16c45ed9e9404a30d1dc8b4183aee9e6bb
Author: Mark H Weaver <address@hidden>
Date:   Sun Mar 25 04:47:25 2018 -0400

    gnu: libva: Return #t from all phases.
    
    * gnu/packages/video.scm (libva)[arguments]: Return #t from
    the 'fix-dlopen-paths' phase.
---
 gnu/packages/video.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b9db350..df91f94 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -572,7 +572,8 @@ libebml is a C++ library to read and write EBML files.")
             (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



reply via email to

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