Commit Graph

21 Commits

Author SHA1 Message Date
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
Yuki Okushi
dd9f035384 cargo-xbuild: 0.6.0 -> 0.6.2 2020-10-11 21:07:15 +09:00
zowoq
473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
Yuki Okushi
13f7c48ad0 cargo-xbuild: 0.5.29 -> 0.6.0 2020-08-15 00:42:04 -07:00
Maximilian Bosch
e678dadd07
cargo-xbuild: 0.5.28 -> 0.5.29
https://github.com/rust-osdev/cargo-xbuild/releases/tag/v0.5.29
2020-05-03 19:07:00 +02:00
Maximilian Bosch
aeee7de22b
cargo-xbuild: 0.5.24 -> 0.5.28 2020-03-04 22:10:54 +01:00
Benjamin Hipple
ad1d08c7fc cargo-xbuild: upgrade cargo fetcher and cargoSha256 2020-02-29 11:58:37 -05:00
Benjamin Hipple
eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
xrelkd
b5f1046892 cargo-xbuild: 0.5.21 -> 0.5.24 2020-02-13 08:06:30 +08:00
Maximilian Bosch
a64770e6dd
cargo-xbuild: 0.5.19 -> 0.5.21 2020-01-26 19:33:26 +01:00
Maximilian Bosch
9ff834fafc
fixup! Merge pull request #74422 from r-ryantm/auto-update/ibus-typing-booster 2019-12-14 04:35:33 +01:00
Maximilian Bosch
d4e516cc82
cargo-xbuild: 0.5.15 -> 0.5.18
https://github.com/rust-osdev/cargo-xbuild/blob/master/CHANGELOG.md#v0518---2019-10-08
2019-11-01 19:00:01 +01:00
xrelkd
9566171399 cargo-xbuild: 0.5.14 -> 0.5.15 2019-07-18 01:02:53 +08:00
xrelkd
02c9e49eed cargo-xbuild: 0.5.13 -> 0.5.14 2019-07-11 20:08:25 +08:00
xrelkd
36af740c1d cargo-xbuild: 0.5.12 -> 0.5.13 2019-07-11 10:08:39 +02:00
xrelkd
b9d5b16ccc cargo-xbuild: 0.5.11 -> 0.5.12 2019-06-14 13:05:21 +08:00
xrelkd
264dc86c07 cargo-xbuild: 0.5.9 -> 0.5.11 2019-06-01 14:51:23 +08:00
xrelkd
7415e6a9fc cargo-xbuild: 0.5.8 -> 0.5.9 2019-05-25 09:49:23 +08:00
xrelkd
c73e35a9b4 cargo-xbuild: 0.5.7 -> 0.5.8 (#59328) 2019-04-11 22:33:28 +02:00
xrelkd
57705705ae cargo-xbuild: init at 0.5.7 (#59228) 2019-04-10 12:05:24 +02:00