dateutils: drop a test failing since tzdata-2022g
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user