mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
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.
This commit is contained in:
parent
8d1ab36a56
commit
2d27135962
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ (define-public mesa
|
||||||
;; report: <https://bugs.freedesktop.org/show_bug.cgi?id=110612>.
|
;; report: <https://bugs.freedesktop.org/show_bug.cgi?id=110612>.
|
||||||
`((add-after 'unpack 'disable-failing-test
|
`((add-after 'unpack 'disable-failing-test
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "src/gallium/tests/unit/meson.build"
|
(substitute* "src/util/tests/format/meson.build"
|
||||||
(("'u_format_test',") ""))
|
(("'u_format_test',") ""))
|
||||||
#t)))
|
#t)))
|
||||||
'())
|
'())
|
||||||
|
|
Loading…
Reference in a new issue