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: 117ea111df0d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b428cee2bf79
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 19, 2020

  1. zcash: 2.1.1-1 -> 4.1.1; fix build

    This is pretty much a repackaging, because a lot has changed about
    zcash in two major versions.  Lots of libraries are no longer
    necessary, and librustzcash is now part of the zcash package as
    opposed to being a library supposed to be built seperately.
    
    The whole thing is a buildRustPackage because that's easier than
    trying to emulate buildRustPackage's dependency setup behaviour inside
    a normal mkDerivation.  So that the normal zcash build process is
    followed, the actual configuring and building uses the normal stdenv
    behaviour.
    alyssais committed Dec 19, 2020
    Copy the full SHA
    17afca5 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2020

  1. Merge pull request #107184 from alyssais/zcash

    zcash: 2.1.1-1 -> 4.1.1; fix build
    RaghavSood committed Dec 26, 2020
    Copy the full SHA
    b428cee View commit details
    Browse the repository at this point in the history