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: 73e28235382e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: eb8e95294ebd
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 4, 2020

  1. fluxus: Attempt to fix build

    It requires Python2 scons.
    
    But after fixing this, it fails with a different error.
    jtojnar committed Apr 4, 2020
    Copy the full SHA
    71557e5 View commit details
    Browse the repository at this point in the history
  2. freenect: fix build

    It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
    jtojnar committed Apr 4, 2020
    Copy the full SHA
    e37c162 View commit details
    Browse the repository at this point in the history
  3. indilib: fix build

    It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
    
    While at it, also move cmake to nativeBuildInputs and format the expression.
    jtojnar committed Apr 4, 2020
    Copy the full SHA
    eb8e952 View commit details
    Browse the repository at this point in the history