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 |
|
R. RyanTM
|
4d68b42402
|
python37Packages.elasticsearch: 7.10.0 -> 7.10.1
|
2020-12-14 10:45:21 +00:00 |
|
R. RyanTM
|
0deec106da
|
python27Packages.elasticsearch: 7.9.1 -> 7.10.0
|
2020-11-19 20:28:50 -08:00 |
|
R. RyanTM
|
f45173122a
|
python27Packages.elasticsearch: 7.8.1 -> 7.9.1
|
2020-08-27 21:56:37 +00:00 |
|
Frederik Rietdijk
|
3eca74b9fc
|
python: elasticsearch: 7.8.0 -> 7.8.1
|
2020-08-04 21:54:44 +02:00 |
|
R. RyanTM
|
32dd8df0bd
|
python27Packages.elasticsearch: 7.7.1 -> 7.8.0
|
2020-07-06 09:42:52 -07:00 |
|
Frederik Rietdijk
|
8f27495c51
|
python: elasticsearch: 7.7.0 -> 7.7.1
|
2020-06-06 08:34:53 +02:00 |
|
R. RyanTM
|
1096383557
|
python27Packages.elasticsearch: 7.6.0 -> 7.7.0
|
2020-05-28 14:57:13 -07:00 |
|
R. RyanTM
|
28e8f5a94a
|
python27Packages.elasticsearch: 7.1.0 -> 7.6.0
|
2020-05-12 11:45:52 -07:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Frederik Rietdijk
|
26607cddce
|
python: elasticsearch: 7.0.5 -> 7.1.0
|
2019-12-30 16:46:42 +01:00 |
|
Frederik Rietdijk
|
22f9eb3a61
|
python: elasticsearch: 7.0.2 -> 7.0.5
|
2019-10-18 09:53:57 +02:00 |
|
Frederik Rietdijk
|
a444336dba
|
python: elasticsearch: 7.0.1 -> 7.0.2
|
2019-06-15 08:44:04 +02:00 |
|
Bas van Dijk
|
4812547618
|
pythonPackages.elasticsearch: 6.3.1 -> 7.0.1
|
2019-05-24 12:54:13 +02:00 |
|
Frederik Rietdijk
|
691270a594
|
python: elasticsearch: 6.3.0 -> 6.3.1
|
2018-08-25 07:38:21 +02:00 |
|
Frederik Rietdijk
|
f228e23cd3
|
python: elasticsearch: 6.2.0 -> 6.3.0
|
2018-06-22 13:09:40 +02:00 |
|
Frederik Rietdijk
|
b28b84a44a
|
python: elasticsearch: 6.1.1 -> 6.2.0
|
2018-04-08 11:34:54 +02:00 |
|
Frederik Rietdijk
|
64688b66a6
|
python: elasticsearch: 6.0.0 -> 6.1.1
|
2018-01-20 12:05:25 +01:00 |
|
Bas van Dijk
|
c02a883169
|
pythonPackages.elasticsearch: move derivation to python-modules
|
2018-01-12 10:17:41 +01:00 |
|