Merge pull request #334 from tgunnoe/fix/libusb

Fix: libusb renamed to libusb1 in nixpkgs
This commit is contained in:
DavHau 2022-10-20 13:35:15 +02:00 committed by GitHub
commit ec8fcd67e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -600,7 +600,7 @@ in
old
++ [
pkgs.pkg-config
pkgs.libusb
pkgs.libusb1
];
};
};