me
/
guix
Archived
1
0
Fork 0

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.
master
Marius Bakke 2020-05-19 10:36:31 +02:00 committed by Marius Bakke
parent 8d1ab36a56
commit 2d27135962
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

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