From 9190bf77cb790b86b333704c1a174089b301c8e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Thu, 28 May 2026 10:51:01 +0200 Subject: [PATCH] mesa: drop a patch applied in 26.1.1 We got that since merge dd1e8dbab21c7870d3b6fff31d8f8e3030443493 (cherry picked from commit 8ddb5bfe36bb9b00c51c9319cba661a21b33a161) --- pkgs/development/libraries/mesa/darwin.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/libraries/mesa/darwin.nix b/pkgs/development/libraries/mesa/darwin.nix index 4487094b5ac0..d683cc3bfe89 100644 --- a/pkgs/development/libraries/mesa/darwin.nix +++ b/pkgs/development/libraries/mesa/darwin.nix @@ -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 = [