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

(cherry picked from commit b187d0e1bd)
wip/yesman
Vladimír Čunát 11 years ago
parent c1db67ea99
commit f5f802bca3
  1. 2
      pkgs/development/libraries/libusb1/default.nix

@ -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…
Cancel
Save