R. RyanTM
|
f29109843e
|
eclipse-mat: 1.11.0.20201202 -> 1.12.0.20210602
|
2021-06-23 12:17:14 +00:00 |
|
Robert Schütz
|
54757b35c1
|
Merge branch 'staging-next' into staging
|
2021-02-26 10:56:17 +01:00 |
|
Sandro Jäckel
|
c8baf8f709
|
eclipse-mat: remove unused input
|
2021-02-22 02:28:01 +01:00 |
|
Ben Siraphob
|
127733211e
|
treewide: unzip buildInputs to nativeBuildInputs (#112302)
|
2021-02-20 16:01:53 -05:00 |
|
Ben Siraphob
|
c522fec274
|
pkgs/development/tools: stdenv.lib -> lib
|
2021-01-23 20:30:03 +07:00 |
|
R. RyanTM
|
1548abff25
|
eclipse-mat: 1.10.0.20200225 -> 1.11.0.20201202
|
2021-01-19 10:58:29 +00: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 |
|
Pavol Rusnak
|
2c931312ce
|
treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
|
2020-11-01 23:02:24 -08:00 |
|
Pawel Kruszewski
|
17e1fbe0fc
|
eclipse-mat: init at 1.10.0.20200225
Closes #43611
|
2020-07-02 23:39:33 +02:00 |
|