refind: rename patch

As requested in https://github.com/NixOS/nixpkgs/pull/318499#discussion_r1632296030
This commit is contained in:
Arnout Engelen
2024-06-10 09:18:34 +02:00
parent 6a400e4a5c
commit cfbaeb018b
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
./0001-toolchain.patch
# Avoid leaking the build timestamp
# https://sourceforge.net/p/refind/code/merge-requests/53/
./reproducible.patch
./0002-preserve-dates.patch
];
nativeBuildInputs = [ makeWrapper ];