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

This commit is contained in:
Vladimír Čunát 2014-01-23 22:55:41 +01:00
parent 7e0b78f7b2
commit b187d0e1bd

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