guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: Mesa: Fix ineffective substitution on i686-


From: guix-commits
Subject: branch staging updated: gnu: Mesa: Fix ineffective substitution on i686-linux.
Date: Tue, 19 May 2020 05:08:37 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new 2e2f81d  gnu: Mesa: Fix ineffective substitution on i686-linux.
2e2f81d is described below

commit 2e2f81d1a3431d6f30e82ab0c70a8abb30d2c668
Author: Marius Bakke <address@hidden>
AuthorDate: Tue May 19 10:36:31 2020 +0200

    gnu: Mesa: Fix ineffective substitution on i686-linux.
    
    This is a follow-up to commit ee345ae62c8b899186b65b61a2376b5adb938520.
    
    * gnu/packages/gl.scm (mesa)[arguments]: Adjust substitution to use the
    correct file name.
---
 gnu/packages/gl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index a04f750..de9e609 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -359,7 +359,7 @@ also known as DXTn or DXTC) for Mesa.")
                ;; report: 
<https://bugs.freedesktop.org/show_bug.cgi?id=110612>.
                `((add-after 'unpack 'disable-failing-test
                    (lambda _
-                     (substitute* "src/gallium/tests/unit/meson.build"
+                     (substitute* "src/util/tests/format/meson.build"
                        (("'u_format_test',") ""))
                      #t)))
                '())



reply via email to

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