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: 3847ec0e358b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 05f3d961a986
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 8, 2020

  1. pcsc-cyberjack: Fix build against libusb

    Commit 59281f7 changed libusb so that
    it no longer propagates libusb1. This in turn caused the pcsc-cyberjack
    build to fail with an error like this:
    
      usbdev.c:68:3: error: #error "Neither HAL nor USB1 found!. Please install at least either of them."
    
    I'm committing this directly to master, since I'm the maintainer of the
    package and the build also is *already* broken. So the worst case that
    could happen is that the build is still broken afterwards.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    aszlig committed Apr 8, 2020
    Copy the full SHA
    05f3d96 View commit details
    Browse the repository at this point in the history