libusb1: name it libusbx, so it's more clear
(cherry picked from commit b187d0e1bdfec635d4e7a3e00abb86b823e3dc27)
This commit is contained in:
parent
c1db67ea99
commit
f5f802bca3
@ -4,7 +4,7 @@ let
|
||||
version = "1.0.17";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libusb-${version}";
|
||||
name = "libusbx-${version}"; # it's a fork of original libusb1; should be mostly compatible
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/libusbx/libusbx-${version}.tar.bz2";
|
||||
|
Loading…
x
Reference in New Issue
Block a user