Skip to content

Commit

Permalink
Merge pull request #611 from cdepillabout/tz-and-tzdata
Browse files Browse the repository at this point in the history
Setup tz package overrides to reference system tzdata package correctly
  • Loading branch information
sternenseemann authored Jan 2, 2024
2 parents 2099a1f + 945e8ee commit 3f23ae1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ hooks =
, ("tensorflow-proto", set (libraryDepends . tool . contains (pkg "protobuf")) True)
, ("thyme", set (libraryDepends . tool . contains (self "cpphs")) True) -- required on Darwin
, ("twilio", set doCheck False) -- attempts to access the network
, ("tz", set phaseOverrides "preConfigure = \"export TZDIR=${pkgs.tzdata}/share/zoneinfo\";")
, ("udev", set (metaSection . platforms) (Just $ Set.singleton (NixpkgsPlatformGroup (ident # "linux"))))
, ("websockets", set doCheck False) -- https://github.com/jaspervdj/websockets/issues/104
, ("Win32", set (metaSection . platforms) (Just $ Set.singleton (NixpkgsPlatformGroup (ident # "windows"))))
Expand Down

0 comments on commit 3f23ae1

Please sign in to comment.