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 |
|
Mario Rodas
|
072e98a7f1
|
python3Packages.pdfminer: 20200726 -> 20201018
https://github.com/pdfminer/pdfminer.six/releases/tag/20201018
|
2020-10-18 04:20:00 +00:00 |
|
Ivan Kozik
|
78167a293b
|
pythonPackages.pdfminer_six: 20200720 -> 20200726
ocrmypdf 11.0.1 requires pdfminer_six 20200726
|
2020-08-31 16:59:24 -07:00 |
|
Mario Rodas
|
cdc2c75152
|
pdfminer: 20200517 -> 20200720
|
2020-07-20 22:54:43 -05:00 |
|
Mario Rodas
|
4af94d0f21
|
pythonPackages.pdfminer: 20200402 -> 20200517
|
2020-05-17 10:56:00 -05:00 |
|
Mario Rodas
|
899c35ccc1
|
python3Packages.pdfminer: 20191020 -> 20200402
|
2020-04-01 04:20:00 -05:00 |
|
Mario Rodas
|
5f4f2a7c90
|
pythonPackages.pdfminer: add marsam to maintainers
|
2019-12-15 23:15:07 -08:00 |
|
Mario Rodas
|
0431f59cb8
|
pythonPackages.pdfminer: 20181108 -> 20191020
|
2019-12-15 23:15:07 -08:00 |
|
volth
|
7b8fb5c06c
|
treewide: remove redundant quotes
|
2019-09-08 23:38:31 +00:00 |
|
Robert Djubek
|
c0f03051fa
|
pythonPackages.pdfminer: 20170720 -> 20181108
|
2019-03-12 22:13:03 -04:00 |
|
Assassinkin
|
a3caa7bd05
|
pythonPackages.pdfminer: replacing pdfminer with pdfminer_six
|
2018-05-29 13:33:23 +01:00 |
|
nagato.pain
|
b37cb1de2b
|
pythonPackages.pdfminer_six: init at 20170720
|
2018-05-29 13:33:23 +01:00 |
|