Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: fb34ac13e465
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: aae661cefe53
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 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
  2. satallax: Fix build with GCC9

    (cherry picked from commit bc56175)
    JohnAZoidberg authored and Ma27 committed Mar 8, 2020
    Copy the full SHA
    aae661c View commit details
    Browse the repository at this point in the history