gnu: mesa-opencl: Remove reference to patch.

Fixes <https://bugs.gnu.org/63456>.

* gnu/packages/patches/mesa-opencl-all-targets.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/gl.scm (mesa-opencl)[source]: Remove patch application.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Andy Tai 2023-05-11 23:50:14 -07:00 committed by Guillaume Le Vaillant
parent 56f52639bb
commit 930e6e3e7a
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F
3 changed files with 1 additions and 29 deletions

View file

@ -530,9 +530,7 @@ from software emulation to complete hardware acceleration for modern GPUs.")
(package/inherit mesa
(name "mesa-opencl")
(source (origin
(inherit (package-source mesa))
(patches (cons (search-patch "mesa-opencl-all-targets.patch")
(origin-patches (package-source mesa))))))
(inherit (package-source mesa))))
(arguments
(substitute-keyword-arguments (package-arguments mesa)
((#:configure-flags flags)