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

Commits on Dec 25, 2020

  1. openssh: fix cross-compilation after #100906

    krb5-config from the host platform needs to be added to PATH so it can be run
    during build. This works because krb5-config is a platform independent
    shell-script. Before #100906, krb5-config was not used, so we didn't run into
    this problem.
    lopsided98 committed Dec 25, 2020
    Copy the full SHA
    c0681ac View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2020

  1. Merge pull request #107606 from lopsided98/openssh-cross

    openssh: fix cross-compilation
    Ericson2314 committed Dec 26, 2020
    Copy the full SHA
    d6eebc0 View commit details
    Browse the repository at this point in the history