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

Commits on Apr 4, 2020

  1. contrast: Fix build

    buildRustPackage enabled strictDeps, which broke the build due to glib not being available in the build environment any more.
    jtojnar committed Apr 4, 2020
    Copy the full SHA
    175941b View commit details
    Browse the repository at this point in the history
  2. ddcutil: 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
    6fb46fd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a073982 View commit details
    Browse the repository at this point in the history
  4. dolphinEmu: 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.
    jtojnar committed Apr 4, 2020
    Copy the full SHA
    99fbfef View commit details
    Browse the repository at this point in the history
  5. dolphinEmuMaster: use Nix's libusb

    We were passing libusb-compat instead of libusb1, and the former no longer propagates the latter, so Dolphin built its vendored libusb.
    jtojnar committed Apr 4, 2020
    Copy the full SHA
    7c0a76d View commit details
    Browse the repository at this point in the history
  6. davfs2: Fix build

    The configure script checks for an old version of neon. Let's bump the bounds since neon 0.31 is API compatible.
    jtojnar committed Apr 4, 2020
    Copy the full SHA
    faa2f09 View commit details
    Browse the repository at this point in the history
  7. dump1090: 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
    73e2823 View commit details
    Browse the repository at this point in the history