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

Commits on Sep 1, 2020

  1. p11-kit: Add libtasn1 to nativeBuildInputs

    For cross platform builds, p11-kit, libtasn1 in nativeBuildInputs
    provides the asn1Parser binary on the hostPlatform needed for building.
    At the same time, libtasn1 in buildInputs provides the libasn1 library
    to link against for the target platform.
    Hence, libtasn1 is required in both native and build inputs.
    kampka committed Sep 1, 2020
    Copy the full SHA
    ca48f0c View commit details
    Browse the repository at this point in the history
  2. Merge #96868: p11-kit: Add libtasn1 to nativeBuildInputs

    Fixes e.g. pkgsCross.aarch64-multiplatform.p11-kit
    vcunat committed Sep 1, 2020
    Copy the full SHA
    eccb4f2 View commit details
    Browse the repository at this point in the history