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: 1733d517a931
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e68b46c31458
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 11, 2020

  1. Revert "thunderbird: set build timeout at eight hours"

    The default timeout is 10h on Hydra currently, so this timeout
    setting is pointless or counterproductive.
    This commit seems to have been made in error
    #96767 (comment)
    
    This reverts commit 1733d51.
    roberth committed Nov 11, 2020
    Copy the full SHA
    cd3a665 View commit details
    Browse the repository at this point in the history
  2. 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.
    
    (cherry picked from commit d328ba1)
    roberth committed Nov 11, 2020
    Copy the full SHA
    0f3eac5 View commit details
    Browse the repository at this point in the history
  3. tzdata: 2019c -> 2020c

    (cherry picked from commit 8904ce2)
    ajs124 authored and roberth committed Nov 11, 2020
    Copy the full SHA
    e68b46c View commit details
    Browse the repository at this point in the history