Navigation Menu

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 99fb79ae843e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5e1cf833834a
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 6, 2020

  1. 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.
    roberth authored and FRidh committed Nov 6, 2020
    Copy the full SHA
    d328ba1 View commit details
    Browse the repository at this point in the history
  2. Revert "libical: skip timezone tests"

    This reverts commit 9c5154b.
    roberth authored and FRidh committed Nov 6, 2020
    Copy the full SHA
    5e1cf83 View commit details
    Browse the repository at this point in the history