libusb1: name it libusbx, so it's more clear

(cherry picked from commit b187d0e1bd)
This commit is contained in:
Vladimír Čunát 2014-01-23 22:55:41 +01:00
parent c1db67ea99
commit f5f802bca3

View file

@ -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";