mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Mesa: Remove obsolete phase.
* gnu/packages/gl.scm (mesa)[arguments]: Remove 'patch-create_test_cases' phase.
This commit is contained in:
parent
90c4298eed
commit
577041e60b
1 changed files with 0 additions and 6 deletions
|
@ -347,12 +347,6 @@ (define-public mesa
|
|||
(guix build meson-build-system))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after
|
||||
'unpack 'patch-create_test_cases
|
||||
(lambda _
|
||||
(substitute* "src/intel/genxml/gen_pack_header.py"
|
||||
(("/usr/bin/env python2") (which "python")))
|
||||
#t))
|
||||
,@(if (string-prefix? "i686" (or (%current-target-system)
|
||||
(%current-system)))
|
||||
;; Disable new test from Mesa 19 that fails on i686. Upstream
|
||||
|
|
Loading…
Reference in a new issue