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: d4f19a218cbb
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: be0b453d7c7e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 25, 2020

  1. nixos/systemd: provide libidn2 for systemd-resolved

    systemd started using dlopen() for some of their "optional"
    dependencies.
    
    Apparently, `libidn2` isn't so optional, and systemd-resolved doesn't
    work without libidn2 present, breaking DNS resolution.
    
    Fixes #107537
    
    Upstream bug: systemd/systemd#18078
    flokli committed Dec 25, 2020
    Copy the full SHA
    c674a51 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #107572 from flokli/nixos-fix-resolved

    nixos/systemd: provide libidn2 for systemd-resolved
    flokli committed Dec 25, 2020
    Copy the full SHA
    be0b453 View commit details
    Browse the repository at this point in the history