gnu: Mesa: Remove obsolete phase.
* gnu/packages/gl.scm (mesa)[arguments]: Remove 'patch-create_test_cases' phase.master
parent
90c4298eed
commit
577041e60b
|
@ -347,12 +347,6 @@ also known as DXTn or DXTC) for 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
|
||||||
|
|
Reference in New Issue