mesa: drop a patch applied in 26.1.1

We got that since merge dd1e8dbab2

(cherry picked from commit 8ddb5bfe36)
This commit is contained in:
Vladimír Čunát 2026-05-28 10:51:01 +02:00 committed by github-actions[bot]
commit 9190bf77cb

View file

@ -64,10 +64,6 @@ stdenv.mkDerivation {
# checking for `swrast_dri.dylib`, which isnt what will be created.
substituteInPlace bin/install_megadrivers.py \
--replace-fail " while ext != '.' + args.libname_suffix" " while ext != '.so'"
# Use `st_mtimespec` on Darwin instead of `st_mtim`.
substituteInPlace src/gallium/drivers/llvmpipe/lp_context.c \
--replace-fail 'st_mtim.' 'st_mtimespec.'
'';
outputs = [