aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libusb1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* top-level: Use `systemdMinimal` in a few more placesFinn Behrens2020-11-031-7/+7
|
* libusb1: drop unneeded workaroundFabian Möller2020-07-021-3/+1
|
* libusb1: Fix for pkgsMuslLila2020-05-231-1/+3
| | | | | This reintroduces the changes from 370d483 after they were probably accidentally removed in b3862e2.
* libusb: build from source instead of release tarballLeon Schuermann2020-03-081-11/+12
|
* libusb1: use lib.getLib to find systemd.libYorick van Pelt2019-11-111-7/+2
| | | | This allows this package to build with eudev instead.
* libusb1: enable compiling with musl(cdep)illabout2019-10-281-3/+18
| | | | | | | | libusb1 can't depend on systemd in order to be compiling with musl, because systemd can't be built with musl. Since systemd provides udev, udev support needs to be disabled when building libusb1.
* libusb1: 1.0.22 -> 1.0.23Will Dietz2019-09-061-3/+3
|
* libusb1: pname-ificationWill Dietz2019-09-061-2/+3
|
* libusb1: optionally enable static libraryAndrew Childs2019-05-061-3/+7
|
* libusb: add license and other metadataLeon Schuermann2018-10-111-4/+9
|
* libusb1: Build everywhere, since MinGW worksJohn Ericson2018-09-211-1/+1
|
* libusb1: 1.0.21 -> 1.0.22Ryan Mulligan2018-03-251-2/+2
| | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. This update was made based on information from https://repology.org/metapackage/libusb/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 1.0.22 with grep in /nix/store/5wk75f6zd7ha7vhm4y3pd9p1qbc3vmgd-libusb-1.0.22 - directory tree listing: https://gist.github.com/ceccc2a897849afc2956de19e751995f
* libusb1: 1.0.20 -> 1.0.21Gemini Lasswell2017-11-111-2/+2
|
* misc pkgs: Make solitary pkgconfig buildInputs nativeBuildInputsJohn Ericson2017-09-211-1/+1
|
* treewide: purge maintainers.urkudVladimír Čunát2017-03-271-1/+1
| | | | | It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
* libusb: 1.0.19 -> 1.0.20Alexander Ried2016-10-031-2/+2
|
* systemd: Separate lib outputEelco Dolstra2016-09-051-3/+3
| | | | | | | | | This moves libsystemd.so and libudev.so into systemd.lib, and gets rid of libudev (which just contained a copy of libudev.so and the udev headers). It thus reduces the closure size of all packages that (indirectly) depend on libsystemd, of which there are quite a few (for instance, PulseAudio and dbus). For example, it reduces the closure of Blender from 430.8 to 400.8 MiB.
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-291-1/+1
| | | | Make either 'bin' or 'out' the first output.
* udev: complete reworkVladimír Čunát2015-10-041-3/+3
| | | | | | | | | | | | - systemd puts all into one output now (except for man), because I wasn't able to fix all systemd/udev refernces for NixOS to work well - libudev is now by default *copied* into another path, which is what most packages will use as build input :-) - pkgs.udev = [ libudev.out libudev.dev ]; because there are too many references that just put `udev` into build inputs (to rewrite them all), also this made "${udev}/foo" fail at *evaluation* time so it's easier to catch and change to something more specific
* Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-031-2/+8
|\ | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * darwin purity: libusb1 (depend on udev on linux only)Jude Taylor2015-06-261-1/+1
| |
| * Merge branch 'master' into stagingThomas Tuegel2015-06-251-0/+4
| |\
| | * libusb1: fix .la fileLuca Bruno2015-06-251-0/+4
| | |
| * | darwin purity: libusb1Jude Taylor2015-06-191-2/+4
| |/
* / libusb: get rid of systemd from library closuresVladimír Čunát2015-04-191-0/+2
|/
* libusb: 1.0.18 -> 1.0.19William A. Kennington III2014-10-291-8/+5
|
* libusb1: minor update x-1.0.17 -> 1.0.18 (joined)Vladimír Čunát2014-02-011-5/+5
| | | | | The forks joined (or rather libusbx continues under libusb name). http://sourceforge.net/p/libusb/mailman/message/31886062/
* libusb1: name it libusbx, so it's more clearVladimír Čunát2014-01-251-1/+1
| | | | (cherry picked from commit b187d0e1bdfec635d4e7a3e00abb86b823e3dc27)
* libusb1: update 1.0.16 -> .17Vladimír Čunát2013-11-171-3/+6
|
* upower: fix Xfce via --enable-deprecatedVladimír Čunát2013-11-121-20/+0
| | | | Also drop older libusb1 version which is no longer needed with newer upower.
* libusb1: avoid -lgcc_s on darwinEric Kow2013-10-301-1/+1
| | | | close #1151
* libusb1: Fix "libgcc_s.so.1 must be installed for pthread_cancel to work" errorEelco Dolstra2013-10-141-0/+2
|
* libusb1: bring 1.0.9 back as a separate fileSergey Mironov2013-09-081-0/+20
|
* libusb1: fix build on darwin via dropping udev (close #920)Jason \"Don\" O'Conal2013-09-061-2/+2
| | | | | vcunat edit: we have udev (systemd) only on Linux systems, extend platforms so we know about breakages from Hydra.
* libusb1: upgrade to 1.0.16Mathijs Kwik2013-09-041-4/+5
|
* libusb1: use pkgconfigVladimír Čunát2013-02-121-1/+3
|
* libusb1: Update to 1.0.9Eelco Dolstra2012-09-281-2/+2
|
* Add libusb-1.xYury G. Kudryashov2010-09-261-0/+17
svn path=/nixpkgs/trunk/; revision=23945