tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
tzdata: do not run check_now test
Artemis Tosini
2 years ago
24b2d1bd
4aee87a4
+4
-2
1 changed file
expand all
collapse all
unified
split
pkgs
data
misc
tzdata
default.nix
+4
-2
pkgs/data/misc/tzdata/default.nix
···
46
46
];
47
47
48
48
doCheck = true;
49
49
-
# everything except for check_web, because that needs curl and wants to talk to https://validator.w3.org
50
50
-
checkTarget = "check_back check_character_set check_white_space check_links check_name_lengths check_now check_slashed_abbrs check_sorted check_tables check_ziguard check_zishrink check_tzs";
49
49
+
# everything except for:
50
50
+
# - check_web, because that needs curl and wants to talk to https://validator.w3.org
51
51
+
# - check_now, because that depends on the current time
52
52
+
checkTarget = "check_back check_character_set check_white_space check_links check_name_lengths check_slashed_abbrs check_sorted check_tables check_ziguard check_zishrink check_tzs";
51
53
52
54
installFlags = lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [
53
55
"zic=${buildPackages.tzdata.bin}/bin/zic"