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

Commits on Mar 7, 2020

  1. howard-hinnant-date: allow access to zoneinfo

    This fixes the situtation where, if `/usr/share/zoneinfo` was
    inaccessible/didn't otherwise exist, `howard-hinnant-date` would
    download and drop a `~/Downloads/tzdata` directory containing some
    timezone information from IANA [1]. To avoid this, we make use of the
    `tzdata`'s `zoneinfo`, preventing the dropping of random directories and
    files.
    
    [1] https://data.iana.org/time-zones/releases/tzdata2019c.tar.gz
    
    (cherry picked from commit 2505796)
    
    This fixes a bug which breaks the clock module. See
    <Alexays/Waybar#566>.
    cole-h authored and ryneeverett committed Mar 7, 2020
    Copy the full SHA
    e5c3c21 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. Merge pull request #81958 from ryneeverett/backport-howard-hinnant-da…

    …te-zone-info
    
    howard-hinnant-date: allow access to zoneinfo
    Ma27 committed Mar 8, 2020
    Copy the full SHA
    ae1b10a View commit details
    Browse the repository at this point in the history