tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
dateutils: drop a test failing since tzdata-2022g
Vladimír Čunát
3 years ago
7561ba59
baa07975
+3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
dateutils
default.nix
+3
pkgs/tools/misc/dateutils/default.nix
···
9
sha256 = "sha256-PFCOKIm51a7Kt9WdcyWnAIlZMRGhIwpJbasPWtZ3zew=";
10
};
11
0
0
0
12
nativeBuildInputs = [ autoreconfHook ];
13
buildInputs = [ tzdata ]; # needed for datezone
14
enableParallelBuilding = true;
···
9
sha256 = "sha256-PFCOKIm51a7Kt9WdcyWnAIlZMRGhIwpJbasPWtZ3zew=";
10
};
11
12
+
# https://github.com/hroptatyr/dateutils/issues/148
13
+
postPatch = "rm test/dzone.008.ctst";
14
+
15
nativeBuildInputs = [ autoreconfHook ];
16
buildInputs = [ tzdata ]; # needed for datezone
17
enableParallelBuilding = true;