dateutils: drop a test failing since tzdata-2022g

This commit is contained in:
Vladimír Čunát
2022-12-10 10:58:13 +01:00
parent baa07975a4
commit 7561ba5987
+3
View File
@@ -9,6 +9,9 @@ stdenv.mkDerivation rec {
sha256 = "sha256-PFCOKIm51a7Kt9WdcyWnAIlZMRGhIwpJbasPWtZ3zew=";
};
# https://github.com/hroptatyr/dateutils/issues/148
postPatch = "rm test/dzone.008.ctst";
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ tzdata ]; # needed for datezone
enableParallelBuilding = true;