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

Commits on Jul 1, 2018

  1. ledger: Use Boost Python support if applicable

    Since 772eef9 Boost no longer has
    Python support enabled by default, so depending on whether Ledger has
    Python support built in we also use either Boost with Python support or
    without.
    
    Tested building with and without Python support and both builds now
    succeed.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    Cc: @the-kenny, @jwiegley
    aszlig committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    179f9c4 View commit details
    Browse the repository at this point in the history
  2. twister: Use boost with Python support

    Since 772eef9, Boost by default doesn't
    support Python anymore, so we need to override it with Python support.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    aszlig committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    b916ed3 View commit details
    Browse the repository at this point in the history