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 |
|
Will Dietz
|
35094fe23e
|
dex: drop included patch
|
2020-08-16 13:31:36 +00:00 |
|
Will Dietz
|
28498f46b7
|
dex: 0.8.0 -> 0.9.0
|
2020-08-16 13:31:36 +00:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Will Dietz
|
2de131bfc3
|
dex: grab simple upstream patch so it reports the right version
|
2018-10-08 19:45:01 -05:00 |
|
Markus Kowalewski
|
4d933fbfdc
|
dex: add license
|
2018-09-12 23:12:14 +02:00 |
|
Johannes Löthberg
|
9e44b46bab
|
dex: 0.7 -> 0.8.0 (#45639)
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
|
2018-08-26 22:14:17 +02:00 |
|
Mariusz `shd` Gliwiński
|
eebbf15da9
|
dex: init at 0.7
|
2015-10-15 13:58:52 +02:00 |
|