mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
tzdata: Revert to the "fat" "bloated" format
The timezone dumps have switched to a "slim" format since 2020b. This has broken various packages, including - go 1.4 (used for bootstrapping) - haskellPackages.tz - libical The "fat" format can still be generated, as this commit shows. It seems to create files that are *mostly* the slim versions with some more data attached.
This commit is contained in:
parent
99fb79ae84
commit
d328ba130b
@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
"MANDIR=$(man)/share/man"
|
"MANDIR=$(man)/share/man"
|
||||||
"AWK=awk"
|
"AWK=awk"
|
||||||
"CFLAGS=-DHAVE_LINK=0"
|
"CFLAGS=-DHAVE_LINK=0"
|
||||||
|
"CFLAGS+=-DZIC_BLOAT_DEFAULT=\\\"fat\\\""
|
||||||
"cc=${stdenv.cc.targetPrefix}cc"
|
"cc=${stdenv.cc.targetPrefix}cc"
|
||||||
"AR=${stdenv.cc.targetPrefix}ar"
|
"AR=${stdenv.cc.targetPrefix}ar"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user