Commit Graph

19 Commits

Author SHA1 Message Date
R. RyanTM
a0da094745 cargo-udeps: 0.1.18 -> 0.1.19 2021-03-15 15:02:37 -04:00
R. RyanTM
bbb853d884 cargo-udeps: 0.1.17 -> 0.1.18 2021-02-13 23:23:02 +00:00
R. RyanTM
3861ecdad2 cargo-udeps: 0.1.16 -> 0.1.17 2021-01-28 23:01:34 +00:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08: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
R. RyanTM
264250f6e1 cargo-udeps: 0.1.15 -> 0.1.16 2020-11-21 17:26:57 +00:00
R. RyanTM
0aaec7505b cargo-udeps: 0.1.14 -> 0.1.15 2020-10-17 21:09:29 +00:00
R. RyanTM
8741611e58 cargo-udeps: 0.1.13 -> 0.1.14 2020-09-04 05:35:42 +00:00
zowoq
473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
R. RyanTM
58c2a5f4fe cargo-udeps: 0.1.12 -> 0.1.13 2020-07-20 03:05:36 +00:00
R. RyanTM
93dd2e4f6e cargo-udeps: 0.1.11 -> 0.1.12 2020-06-06 03:56:15 +00:00
R. RyanTM
45f542970d cargo-udeps: 0.1.10 -> 0.1.11 2020-05-02 04:14:06 +00:00
Fabian Möller
1e5a151ac5 cargo-udeps: 0.1.9 -> 0.1.10 2020-03-14 15:48:46 -07:00
R. RyanTM
c106a4f926 cargo-udeps: 0.1.7 -> 0.1.9 2020-03-13 16:04:16 +00:00
Benjamin Hipple
a666cda22a cargo-udeps: upgrade cargo fetcher and cargoSha256 2020-02-29 12:34:00 -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
Bernardo Meurer
720181abab
cargo-udeps: 0.1.5 -> 0.1.7 2020-02-10 16:18:16 -08:00
Fabian Möller
d1ff1c0d09
cargo-udeps: init at 0.1.5 2019-11-11 23:42:47 +01:00