Sandro
2c6a64dda5
Merge pull request #108410 from Stupremee/add/cargo-binutils
2021-01-19 12:26:00 +01:00
Justus K
a299826a27
cargo-binutils: init at 0.3.3
2021-01-19 10:55:54 +01: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
Maximilian Bosch
8030f2191a
Merge pull request #109741 from r-ryantm/auto-update/cargo-crev
...
cargo-crev: 0.18.0 -> 0.18.1
2021-01-18 14:48:02 +01:00
Maximilian Bosch
a4d6e2cdb5
Merge pull request #109742 from r-ryantm/auto-update/cargo-make
...
cargo-make: 0.32.9 -> 0.32.10
2021-01-18 13:40:56 +01:00
R. RyanTM
04f6766699
cargo-make: 0.32.9 -> 0.32.10
2021-01-18 12:02:39 +00:00
R. RyanTM
5ad404f50f
cargo-crev: 0.18.0 -> 0.18.1
2021-01-18 11:54:04 +00:00
R. RyanTM
856d019ece
cargo-wipe: 0.3.0 -> 0.3.1
2021-01-18 05:55:51 +00:00
Sandro
a3d00ab33e
Merge pull request #94367 from matthiasbeyer/update-cargo-deny
2021-01-18 01:36:20 +01:00
Sandro
842e808a69
Merge pull request #109591 from baloo/baloo/cargo-readme/initial
...
cargo-readme: init at 3.2.0
2021-01-18 00:31:11 +01:00
Arthur Gautier
75658b374b
cargo-readme: init at 3.2.0
...
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-01-17 22:47:48 +00:00
Michael Weiss
5d9a3e2e5a
cargo-c: 0.7.0 -> 0.7.1
2021-01-17 12:59:26 +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
oxalica
4c247d7729
rust-analyzer: 2020-11-09 -> 2021-01-04
2021-01-07 03:16:02 +08:00
oxalica
44a8cf19b1
rust-analyzer: fix update script
2021-01-05 23:37:09 +08:00
Maximilian Bosch
61b8a2c720
rustracer: 2.1.35 -> 2.1.40, fix build
...
Failing build: https://hydra.nixos.org/build/134175791
ChangeLog: https://github.com/racer-rust/racer/blob/v2.1.40/CHANGELOG.md
A few more things are worth noting:
* It's not possible to update to latest version (2.1.42) at the time of
committing since this requires a newer `rustc` (1.51 to be precise) to
compile.
* For proper completion, `rustLibSrc` rather than `rustcSrc` must be
used now. The two were separated here previously[1].
* Dropped the `checkPhase` and replaced it with a list of `checkFlags`.
This has the benefit that the default `checkPhase` from
`buildRustPackage` can be used which properly configures parallelism
and which target to use (i.e. `release` in this case which reduces
build time).
[1] 68060f6f6f
2021-01-04 21:20:42 +01:00
Maximilian Bosch
2e811acdce
Merge pull request #108279 from otavio/new-pkgs/cargo-wipe
...
cargo-wipe: init at 0.3.0
2021-01-03 14:56:12 +01:00
Otavio Salvador
95d7fc7530
cargo-wipe: init at 0.3.0
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-01-02 22:26:17 -03:00
Matthias Beyer
4b987925cf
cargo-deny: Disable tests
...
Because nobody told me how to add the missing cargo-metadata command to
the test environment and the PR for updating this package is almost
half a year old, disable tests now.
Hopefully someone will step up and fix this, but I doubt it.
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-12-29 21:13:40 +01:00
Matthias Beyer
9a550661a7
cargo-deny: 0.8.4 -> 0.8.5
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-12-29 21:13:40 +01:00
Matthias Beyer
5f9b236728
Cargo-deny: 0.8.2 -> 0.8.4
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-12-29 21:13:40 +01:00
Matthias Beyer
4689c606e7
cargo-deny: 0.7.3 -> 0.8.2
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-12-29 21:13:40 +01:00
Matthias Beyer
9cd2b88942
cargo-deny: 0.7.2 -> 0.7.3
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-12-29 21:13:39 +01:00
Matthias Beyer
e0eca243bd
cargo-deny: 0.7.0 -> 0.7.2
2020-12-29 21:13:39 +01:00
Michael Weiss
4454fecc85
cargo-c: 0.6.18 -> 0.7.0
2020-12-21 15:13:35 +01:00
Eduard-Mihai Burtescu
dfc4b9d107
rustup: 1.22.1 -> 1.23.1
2020-12-09 12:49:11 +00:00
Evan Stoll
8949b189a6
cargo-geiger: 0.9.1 -> 0.10.2
...
* Remove cargo-lock.patch
* Upstream crate now compiles fine without patch
* Use cargo-insta for testing
* Using cargo-insta for testing, we can now run the test suite without
skipping any tests
2020-12-07 10:57:14 -05:00
Andreas Rammhold
29e607d041
rust-cbindgen: drop my maintainership
...
I only picked this up as a result of caring for Firefox. I am not
interested in this anymore.
2020-12-06 21:24:50 +01:00
Patrick Hilhorst
a6b3bb24e4
treewide: ran ./maintainers/scripts/update_redirected_urls.sh
2020-11-27 01:23:57 +01:00
R. RyanTM
0bc520c799
cargo-expand: 1.0.0 -> 1.0.4
2020-11-25 23:46:40 +00:00
Michael Weiss
c8d1e5d3d3
cargo-c: 0.6.15 -> 0.6.18
2020-11-23 19:31:02 +01:00
R. RyanTM
264250f6e1
cargo-udeps: 0.1.15 -> 0.1.16
2020-11-21 17:26:57 +00:00
Andreas Rammhold
48d4b84f40
Merge pull request #104027 from cole-h/crate2nix
...
crate2nix: init at 0.8.0
2020-11-17 22:23:27 +01:00
Cole Helbling
011ecb8f90
crate2nix: init at 0.8.0
...
crate2nix is a tool that "generates nix build files for rust crates
using cargo".
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-11-17 08:13:04 -08:00
Oleksii Filonenko
512c3c0a05
maintainers: rename filalex77 -> Br1ght0ne
2020-11-17 13:09:31 +02:00
R. RyanTM
b48a9f05bf
cargo-make: 0.32.8 -> 0.32.9
2020-11-10 23:33:45 +00:00
oxalica
4894ffd620
rust-analyzer: 2020-11-02 -> 2020-11-09
2020-11-09 20:33:37 +08:00
oxalica
d52578bd31
rust-analyzer: fix update script with unstable nix
2020-11-09 20:33:23 +08:00
oxalica
68060f6f6f
makeRustPlatform: add rustLibSrc
...
rust-analyzer: rustcSrc -> rustLibSrc to fix build
2020-11-07 01:42:27 +08:00
oxalica
7ac7ce8b1a
rust-analyzer: 2020-10-19 -> 2020-11-02
2020-11-07 01:29:51 +08:00
Maximilian Bosch
8051411322
cargo-make: 0.32.7 -> 0.32.8
...
https://github.com/sagiegurari/cargo-make/releases/tag/0.32.8
2020-11-06 13:45:12 +01:00
Maximilian Bosch
ba0edab62c
Merge pull request #101347 from r-ryantm/auto-update/cargo-bloat
...
cargo-bloat: 0.9.3 -> 0.10.0
2020-10-22 15:53:26 +02:00
R. RyanTM
667d15376e
cargo-bloat: 0.9.3 -> 0.10.0
2020-10-22 10:15:29 +00:00
R. RyanTM
37677080be
rust-cbindgen: 0.14.4 -> 0.15.0
2020-10-22 04:38:10 +00:00
Yuki Okushi
afc8027dde
rust-bindgen: 0.54.1 -> 0.55.1
2020-10-20 09:09:13 -07:00
oxalica
dc12101886
rust-analyzer: 2020-10-12 -> 2020-10-19
2020-10-19 13:26:54 -07:00
Maximilian Bosch
903a9131d9
Merge pull request #100874 from r-ryantm/auto-update/cargo-crev
...
cargo-crev: 0.17.0 -> 0.18.0
2020-10-19 21:38:28 +02:00
Mario Rodas
76f0500e53
Merge pull request #100878 from r-ryantm/auto-update/cargo-udeps
...
cargo-udeps: 0.1.14 -> 0.1.15
2020-10-18 09:08:49 -05:00
Mario Rodas
401f773437
Merge pull request #100876 from r-ryantm/auto-update/cargo-make
...
cargo-make: 0.32.4 -> 0.32.7
2020-10-18 09:08:33 -05:00
R. RyanTM
0aaec7505b
cargo-udeps: 0.1.14 -> 0.1.15
2020-10-17 21:09:29 +00:00