tzdata: enable (most) checks
This commit is contained in:
parent
17a860e8dc
commit
6c8f89faa9
1 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,9 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
"CFLAGS+=-DRESERVE_STD_EXT_IDS"
|
||||
];
|
||||
|
||||
doCheck = false; # needs more tools
|
||||
doCheck = true;
|
||||
# everything except for check_web, because that needs curl and wants to talk to https://validator.w3.org
|
||||
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";
|
||||
|
||||
installFlags = lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [
|
||||
"zic=${buildPackages.tzdata.bin}/bin/zic"
|
||||
|
|
Loading…
Reference in a new issue