mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
mesa: drop a patch applied in 26.1.1
We got that since mergedd1e8dbab2(cherry picked from commit8ddb5bfe36)
This commit is contained in:
parent
668a3af691
commit
9190bf77cb
1 changed files with 0 additions and 4 deletions
|
|
@ -64,10 +64,6 @@ stdenv.mkDerivation {
|
|||
# checking for `swrast_dri.dylib`, which isn’t 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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue