Commit graph

16 commits

Author SHA1 Message Date
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07: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
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
Yuki Okushi 06e6d55b45 cargo-update: 4.1.1 -> 4.1.2 2020-10-15 05:04:23 +09:00
Daniël de Kok 7695190731 cargo-update: install man pages 2020-08-20 08:41:44 +02:00
Yuki Okushi e7177adafc
cargo-update: 3.0.0 -> 4.1.1 2020-08-20 14:24:38 +09:00
zowoq b12099956c cargo-update: fix darwin build 2020-08-17 00:16:37 +10:00
zowoq 473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
Jörg Thalheim 49787b63b9
cargo-update: fix strict deps build 2020-03-29 12:37:24 +01:00
Maximilian Bosch c2524362eb
cargo-update: 2.5.0 -> 3.0.0 2020-03-11 22:35:18 +01:00
Oleksii Filonenko 1bd8b17959
cargo-update: add filalex77 to maintainers 2020-01-09 16:25:20 +02:00
Oleksii Filonenko 204b722bed
cargo-update: 1.5.2 -> 2.5.0 2020-01-09 16:24:56 +02:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Daiderd Jordan d782c4eba5 cargo-update: fix darwin build (#46625)
On darwin libcurl is also needed.

/cc ZHF #45961
2018-09-13 23:36:17 +02:00
John Ericson 0828e2d8c3 treewide: Remove usage of remaining redundant platform compatability stuff
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
Tobias Happ 219970b494 cargo-update: init at 1.5.2 (#40575) 2018-08-02 10:28:57 +02:00