Update pkgs/tools/misc/file/default.nix

Co-authored-by: Adam Joseph <54836058+amjoseph-nixpkgs@users.noreply.github.com>
This commit is contained in:
Sergei Trofimovich
2023-08-05 09:09:08 +01:00
committed by GitHub
parent b48e3ae9c2
commit f0c74d421c
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
patches = [
# Upstream patch to fix 32-bit tests.
# WIll be included in 5.46+ releases.
# Will be included in 5.46+ releases.
./32-bit-time_t.patch
];