Skip to content

Commit

Permalink
tzdata: disable network access (#341307)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhjr committed Sep 13, 2024
2 parents 23bbb5f + eff4e92 commit 8b2b860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/data/misc/tzdata/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
"LIBDIR=${placeholder "dev"}/lib"
"MANDIR=${placeholder "man"}/share/man"
"AWK=awk"
"CURL=:" # disable network access
"CFLAGS=-DHAVE_LINK=0"
"CFLAGS+=-DZIC_BLOAT_DEFAULT=\\\"fat\\\""
"cc=${stdenv.cc.targetPrefix}cc"
Expand Down

0 comments on commit 8b2b860

Please sign in to comment.