Commit graph

9 commits

Author SHA1 Message Date
R. RyanTM 8dc0a4a26f uhubctl: 2.3.0 -> 2.4.0 2021-02-18 18:13:55 +00:00
Pavol Rusnak 07cc794f57
uhubctl: cleanup src.rev 2021-02-04 17:29:29 +01:00
Martin Milata 99fdcb8acd uhubctl: 2.2.0 -> 2.3.0 2021-02-04 15:44:12 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
R. RyanTM a0ca71d772 uhubctl: 2.1.0 -> 2.2.0 2020-05-25 04:43:39 +00:00
Jan Tojnar 38ed5c6d8e
uhubctl: fix build
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
2020-04-04 12:47:39 +02:00
Will Dietz 108d019e59
uhubctl: unstable-2019-07-31 -> 2.1.0 2019-09-13 22:42:20 -05:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Pavol Rusnak e06d89ab59
uhubctl: init at unstable-2019-07-31 2019-08-20 12:33:46 +02:00