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 |
|
Sandro Jäckel
|
07d506d272
|
pythonPackage.trezor_agent: Disable tests
|
2021-01-07 10:42:09 +01:00 |
|
Frederik Rietdijk
|
bf08f19873
|
python: trezor_agent: 0.10.0 -> 0.11.0
|
2020-06-11 10:00:23 +02:00 |
|
1000101
|
277bbb8efe
|
formatting: fix missing leading whitespace
|
2020-06-08 09:37:17 +02:00 |
|
Henrik Jonsson
|
7aeff945bf
|
pythonPackages.trezor_agent: add hkjn to maintainers
|
2019-11-12 11:30:24 -08:00 |
|
Alan Pearce
|
69889d3359
|
python3.7-trezor_agent: fix startup error
|
2019-10-18 12:00:38 -07:00 |
|
Marek Mahut
|
718ccddf32
|
pythonPackages.trezor_agent: adding mmahut as maintainer
|
2019-09-03 09:02:03 +02:00 |
|
Marek Mahut
|
f7d9cf16bf
|
pythonPackages.trezor_agent: adding buildInputs required for GPG
|
2019-09-03 09:01:23 +02:00 |
|
Frederik Rietdijk
|
04af0f5004
|
python: trezor_agent: 0.9.3 -> 0.10.0
|
2019-02-17 14:40:44 +01:00 |
|
Frederik Rietdijk
|
d9b6c9a64e
|
python: trezor_agent: 0.9.0 -> 0.9.3
|
2018-12-03 16:50:36 +01:00 |
|
Chris Ostrouchov
|
0851a181f0
|
pythonPackages.trezor_agent: refactor move to python-modules
|
2018-10-30 00:51:20 -04:00 |
|