Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nss: fix build on ppc64[le] #102428

Merged
merged 1 commit into from Nov 15, 2020
Merged

nss: fix build on ppc64[le] #102428

merged 1 commit into from Nov 15, 2020

Commits on Nov 2, 2020

  1. nss: fix build on ppc64[le]

    NSS configure scripts use the abbreviated form ppc64/ppc64le:
    https://github.com/nss-dev/nss/blob/NSS_3_57_RTM/coreconf/config.gypi#L209
    
    Whereas nixpkgs uses the longer form:
    `nix eval nixpkgs.pkgsCross.powernv.hostPlatform.parsed.cpu.name`
    `powerpc64le`
    r-burns committed Nov 2, 2020
    Copy the full SHA
    eed2008 View commit details
    Browse the repository at this point in the history