Commit graph

10 commits

Author SHA1 Message Date
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 30c42e1fe4 onedrive: 2.4.2 -> 2.4.7 2020-11-22 06:05:37 +00:00
Peter Hoeg 73ae41dede onedrive: build with ldc instead of dmd 2020-06-12 16:36:41 +08:00
Peter Hoeg ba8d84f69f onedrive: 2.3.13 -> 2.4.2 2020-06-09 19:29:00 +08:00
Ian M. Jones 96d2790061 onedrive: 2.3.12 -> 2.3.13 2020-01-20 13:53:59 +00:00
R. RyanTM 866ea8ab91 onedrive: 2.3.11 -> 2.3.12 2019-12-08 13:29:34 -08:00
SRGOM 97a3671625 onedrive: 2.3.10 -> 2.3.11
Address review comments
2019-11-13 13:25:12 -08:00
SRGOM 3bc67c81ce onedrive: 2.3.10 -> 2.3.11
Also, changed name to onedrive-abraunegg. Shows it's not official, and also gets tracked in repology for a potential auto-update using @ryantm 's bot.
2019-11-13 13:25:12 -08:00
Doron Behar c97c5b9dfe onedrive: 2.3.9 -> 2.3.10 2019-10-04 15:39:44 +03:00
Doron Behar b22d36f768 onedrive: init at 2.3.9 2019-09-20 15:38:51 +03:00