gnu: Mesa: Remove obsolete phase.

* gnu/packages/gl.scm (mesa)[arguments]: Remove 'patch-create_test_cases' phase.
This commit is contained in:
Marius Bakke 2020-05-22 19:21:42 +02:00 committed by Marius Bakke
parent 90c4298eed
commit 577041e60b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -347,12 +347,6 @@ (define-public mesa
(guix build meson-build-system)) (guix build meson-build-system))
#:phases #:phases
(modify-phases %standard-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) ,@(if (string-prefix? "i686" (or (%current-target-system)
(%current-system))) (%current-system)))
;; Disable new test from Mesa 19 that fails on i686. Upstream ;; Disable new test from Mesa 19 that fails on i686. Upstream