Merge branch 'master' into staging

This commit is contained in:
Thomas Tuegel
2015-06-25 09:15:05 -05:00
117 changed files with 13095 additions and 14673 deletions
@@ -15,6 +15,10 @@ stdenv.mkDerivation rec {
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isLinux "-lgcc_s";
preFixup = ''
sed 's,-ludev,-L${udev}/lib -ludev,' -i $out/lib/libusb-1.0.la
'';
meta = {
homepage = http://www.libusb.info;
description = "User-space USB library";