mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
56f52639bb
commit
930e6e3e7a
3 changed files with 1 additions and 29 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue