libusb1: minor update x-1.0.17 -> 1.0.18 (joined)
The forks joined (or rather libusbx continues under libusb name). http://sourceforge.net/p/libusb/mailman/message/31886062/
This commit is contained in:
parent
0602ef22de
commit
5227638ee0
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, udev }:
|
{ stdenv, fetchurl, pkgconfig, udev }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.0.17";
|
version = "1.0.18";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libusbx-${version}"; # it's a fork of original libusb1; should be mostly compatible
|
name = "libusb-${version}"; # at 1.0.18 libusb joined with libusbx
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/libusbx/libusbx-${version}.tar.bz2";
|
url = "mirror://sourceforge/libusb/libusb-${version}.tar.bz2";
|
||||||
sha256 = "1f25a773x9x5n48a0mcigyk77ay0hkiz6y6bi4588wzf7wn8svw7";
|
sha256 = "081px0j98az0pjwwyjlq4qcmfn194fvm3qd4im0r9pm58pn5qgy7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig ];
|
buildInputs = [ pkgconfig ];
|
||||||
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isLinux "-lgcc_s";
|
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isLinux "-lgcc_s";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.libusb.org;
|
homepage = http://www.libusb.info;
|
||||||
description = "User-space USB library";
|
description = "User-space USB library";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = [ stdenv.lib.maintainers.urkud ];
|
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user