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 = [