summary refs log tree commit diff
path: root/pkgs/development/libraries/libusb
Commit message (Collapse)AuthorAge
* libusb: add license and other metadataLeon Schuermann2018-10-11
|
* libusb: fix header usage on musl, patch from AlpineWill Dietz2018-02-13
|
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux and on Darwin.
* libusb: get rid of systemd from library closuresVladimír Čunát2015-04-19
|
* libusb-compat: propagate libusb1 to fix -ludev failuresVladimír Čunát2014-11-14
|
* Use libusb-compat instead of unmaintained libusbAlexander Flatter2014-11-13
| | | | Close #4945.
* change md5sum to sha256sum for a few packagesLongrin Wischnewski2014-10-12
|
* Making libusb build on non-linux. It was built with -Werror, and I removed that.Lluís Batlle i Rossell2010-03-06
| | | | | | There were compiler warnings in non-linux. svn path=/nixpkgs/trunk/; revision=20456
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* update to 0.1.12Armijn Hemel2006-07-06
| | | | svn path=/nixpkgs/trunk/; revision=5631
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* add libusbArmijn Hemel2006-01-04
svn path=/nixpkgs/trunk/; revision=4490