Commit graph

8 commits

Author SHA1 Message Date
Jonathan Ringer 1db505d311 python3Packages.pc-ble-driver-py: 0.14.2 -> 0.15.0 2021-04-03 17:49:49 +02:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +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
Jonathan Ringer 356d1d95c7 python3Packages.pc-ble-driver-py: disable for python3.9 2020-12-01 14:44:24 +01:00
Jonathan Ringer f08a5cc832 python2Packages.pc-ble-driver: disable for python2 2020-10-27 14:05:11 -07:00
Sirio Balmelli 2db3a7e56c
python3Packages.pc-ble-driver-py: fix Darwin build
Remove udev dependency, propagate it from pc-ble-driver.
On Darwin, IOKit is propagated instead.

Depends on d6b3707c86

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-20 20:32:53 +02:00
Jonas Schievink d82b7b8690 pc-ble-driver-py: 0.11.4 -> 0.14.2 2020-07-13 23:25:43 +02:00
Gabriel Ebner ef22dd015d pythonPackages.pc-ble-driver-py: init at 0.11.4 2019-05-19 12:12:09 +02:00