diff options
author | Andy Tai <atai@atai.org> | 2023-05-11 23:50:14 -0700 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2023-05-14 10:19:39 +0200 |
commit | 930e6e3e7a1c5f83aedb49f6fa0ebb0e0bdeeef3 (patch) | |
tree | da58f22473f281b566320ad3c5961ea18e266040 /gnu/local.mk | |
parent | 56f52639bb93a4aefe11a794a64a92987125b8b4 (diff) | |
download | guix-930e6e3e7a1c5f83aedb49f6fa0ebb0e0bdeeef3.tar.gz |
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>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index d31b40f3bf..012ce84d2d 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1562,7 +1562,6 @@ dist_patch_DATA = \ %D%/packages/patches/memtest86+-build-reproducibly.patch \ %D%/packages/patches/mercurial-hg-extension-path.patch \ %D%/packages/patches/mercurial-openssl-compat.patch \ - %D%/packages/patches/mesa-opencl-all-targets.patch \ %D%/packages/patches/mhash-keygen-test-segfault.patch \ %D%/packages/patches/mia-fix-boost-headers.patch \ %D%/packages/patches/mia-vtk9.patch \ |