summary refs log tree commit diff
path: root/pkgs/os-specific/linux/usbip
Commit message (Collapse)AuthorAge
* linuxPackages.usbip: clarify licenseLuflosi2021-04-26
|
* usbip: fix listing functionality (#120267)Luflosi2021-04-23
| | | Closes https://github.com/NixOS/nixpkgs/issues/116380.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* linuxPackages.usbip: disable < 4.10Jonathan Ringer2020-10-30
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* linuxPackages.usbip: gcc warnings fixed in linux>=5.4Franz Pletz2019-12-27
|
* linuxPackages.usbip: fix build with gcc9Franz Pletz2019-11-03
|
* Merge remote-tracking branch 'upstream/gcc-8' into staging-nextFrederik Rietdijk2019-09-08
|\ | | | | | | Earlier the gcc8 branch was merged instead of the gcc-8 branch (note the dash)...
| * linuxPackages.usbip: fix build with gcc8Franz Pletz2019-06-17
| |
* | treewide: remove redundant recvolth2019-08-28
|/
* usbip: init at ${kernel.version} (#31948)Moritz U2017-11-22
* usbip: Init at ${kernel.version} * usbip: simplify build * usbip: fix build on bcachefs kernel * usbip: revert autoreconfHook sorry for breakage, I was testing the wrong code