libusb1: name it libusbx, so it's more clear
(cherry picked from commit b187d0e1bd
)
This commit is contained in:
parent
c1db67ea99
commit
f5f802bca3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue