Commit graph

742 commits

Author SHA1 Message Date
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
R. RyanTM 02380d7d7c maturin: 0.8.3 -> 0.9.0 2021-01-24 10:29:26 +01:00
Ben Siraphob c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Greizgh f54456ed96 sqlx-cli: init at 0.2.0 2021-01-22 19:11:20 +01:00
Oleksii Filonenko 65a6c52178
Merge pull request #110377 from r-ryantm/auto-update/cargo-cache
cargo-cache: 0.5.1 -> 0.6.0
2021-01-22 12:23:26 +02:00
Christian Kögler 23b0a88572 rust-bindgen: Resolve "/usr/bin/env bash" to fix usage in Nix build 2021-01-21 20:16:58 +01:00
R. RyanTM 4f3e9c9ca8 cargo-cache: 0.5.1 -> 0.6.0 2021-01-21 18:34:21 +00:00
oxalica af2a8552a0
rust-analyzer: 2021-01-04 -> 2021-01-18 2021-01-19 22:06:30 +08:00
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
R. RyanTM fe8107ceae cargo-make: 0.32.4 -> 0.32.7 2020-10-17 21:00:40 +00:00
R. RyanTM f5a0522148 cargo-crev: 0.17.0 -> 0.18.0 2020-10-17 20:40:16 +00:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Michael Weiss bda9a7a431
cargo-c: 0.6.13 -> 0.6.15 2020-10-15 20:13:23 +02:00
oxalica c652646390 rust-analyzer: 2020-10-05 -> 2020-10-12 2020-10-13 20:01:37 -07:00
Yuki Okushi dd9f035384 cargo-xbuild: 0.6.0 -> 0.6.2 2020-10-11 21:07:15 +09:00
oxalica 714abbc5f5
rust-analyzer: 2020-09-28 -> 2020-10-05 2020-10-06 16:38:38 +08:00
Mario Rodas 4c9017e4b0
Merge pull request #98687 from r-ryantm/auto-update/cargo-generate
cargo-generate: 0.5.0 -> 0.5.1
2020-10-02 23:55:48 -05:00
oxalica 7d32577544
rust-analyzer: 2020-09-21 -> 2020-09-28 2020-09-29 23:19:02 +08:00
R. RyanTM 7963a561fa cargo-generate: 0.5.0 -> 0.5.1 2020-09-24 20:18:25 +00:00
Ryan Mulligan 5b61492080
Merge pull request #68670 from B4dM4n/cargo-sync-readme
cargo-sync-readme: init at 1.0
2020-09-23 18:46:17 -07:00
oxalica 21a6f3aa65 rust-analyzer: fix build 2020-09-21 10:55:15 -07:00
oxalica 0e0dc5544c rust-analyzer: 2020-08-24 -> 2020-09-21 2020-09-21 10:55:15 -07:00
Michael Weiss 3ea949714d cargo-c: 0.6.7 -> 0.6.13 2020-09-10 12:27:20 +02:00
R. RyanTM 8741611e58 cargo-udeps: 0.1.13 -> 0.1.14 2020-09-04 05:35:42 +00:00
Tobias Happ b2679e8b41 rustup: add zlib as runtime dependency
Fixes https://github.com/NixOS/nixpkgs/issues/92946.
2020-09-02 10:57:35 -07:00
R. RyanTM f12217c366 rust-cbindgen: 0.14.3 -> 0.14.4 2020-08-31 18:10:06 -07:00
Maximilian Bosch 19c3507ab1
cargo-make: 0.32.3 -> 0.32.4
https://github.com/sagiegurari/cargo-make/releases/tag/0.32.4
2020-08-29 22:51:35 +02:00
Lassulus e021b8eea9
Merge pull request #96164 from fooker/master
Init cargo-embed and cargo-flash at 0.8.0
2020-08-29 13:51:07 +02:00
Dustin Frisch 61c25dfb1b
cargo-flash: init at 0.8.0 2020-08-29 12:54:58 +02:00
Dustin Frisch ca644f966d
cargo-embed: init at 0.8.0 2020-08-29 12:54:29 +02:00
Maximilian Bosch 96d72aa488
cargo-make: 0.32.2 -> 0.32.3
https://github.com/sagiegurari/cargo-make/releases/tag/0.32.3
2020-08-28 15:29:17 +02:00
oxalica a445a22b3a
rust-analyzer: 2020-08-17 -> 2020-08-24 2020-08-24 22:39:39 +08:00
Mario Rodas b2d4ba7f1e
cargo-fuzz: disable tests
tests require rustc nightly
2020-08-20 04:20:00 -05:00
Fabian Möller b38f39fc00
cargo-sync-readme: init at 1.0 2020-07-30 15:29:31 +02:00
Maximilian Bosch 390ce60d49
rustracer: 2.1.33 -> 2.1.35
ChangeLog: https://github.com/racer-rust/racer/blob/master/CHANGELOG.md#2135
Updating to 2.1.36[1] isn't possible as it'd require latest nightly
Rust.

[1] https://crates.io/crates/racer/2.1.36
2020-07-26 11:32:40 +02:00
Vladimír Čunát 7a5c6fee0f
Merge branch 'master' into staging-next
Some rebuilds, e.g. all of haskell.
Hydra nixpkgs: ?compare=1601713
2020-07-22 08:37:19 +02:00
R. RyanTM 58c2a5f4fe cargo-udeps: 0.1.12 -> 0.1.13 2020-07-20 03:05:36 +00:00
Vladimír Čunát 4244b73917
Merge branch 'master' into staging 2020-07-18 17:50:23 +02:00
Mario Rodas 05dc6afb08
Merge pull request #93285 from r-ryantm/auto-update/cargo-fuzz
cargo-fuzz: 0.5.4 -> 0.8.0
2020-07-16 21:46:13 -05:00
R. RyanTM 35f96e6c7b cargo-fuzz: 0.5.4 -> 0.8.0 2020-07-16 17:06:23 +00:00
Florian Klink ba20bc872f
Merge pull request #93128 from Ma27/fix-rust-build-flags
rust: Fix build flags
2020-07-16 12:47:26 +02:00
R. RyanTM 466562c3e0 cargo-expand: 0.6.0 -> 0.6.4 2020-07-16 02:38:04 +00:00
Maximilian Bosch 7713fba8f8
Revert "buildRustPackage: fix cargoBuildFlags"
This reverts commit deb78151a9.

Mixing up two distinct phases of a derivation's build is not a good idea. See
also https://github.com/NixOS/nixpkgs/pull/91689#issuecomment-657813954.
2020-07-14 17:39:09 +02:00
oxalica 26de7b3711
rust-analyzer: disable install check due to #93119 2020-07-14 21:51:50 +08:00
oxalica ddacdbc953
rust-analyzer: fix version display and add check 2020-07-14 20:15:55 +08:00
oxalica c90e6dd06d
rust-analyzer: 2020-06-08 -> 2020-07-13 2020-07-14 20:15:55 +08:00
oxalica 1cb300ac2a
rust-analyzer: fix update script and avoid updating nodePackages if possible 2020-07-14 19:02:04 +08:00
Maximilian Bosch 514afd26bc
rustracer: 2.1.30 -> 2.1.33, fix build
ChangeLog: https://github.com/racer-rust/racer/blob/v2.1.33/CHANGELOG.md#2132
Broken build: https://hydra.nixos.org/build/123837796

Please note that I intentionally didn't bump to `2.1.35` since it
requires nightly features. `2.1.33` is the latest version which supports
our current `rustc`-version (1.44.1) on nixpkgs `master`.

Closes #89481
2020-07-13 22:46:22 +02:00
Vladimír Čunát 377324ca6d
Merge branch 'staging-next' (PR #91090) 2020-07-13 07:13:56 +02:00
Daniël de Kok 4c40111f1d maturin: 0.8.1 -> 0.8.2
The changelog is not updated, so this has to do:

https://github.com/PyO3/maturin/compare/v0.8.1...v0.8.2
2020-07-12 07:26:44 +02:00
Daniël de Kok e8d7851e00
Merge pull request #92943 from minijackson/cargo-inspect-0.10.3
cargo-inspect: 0.10.1 -> 0.10.3
2020-07-11 20:09:27 +02:00
Minijackson ca343e5398
cargo-inspect: 0.10.1 -> 0.10.3 2020-07-11 18:26:40 +02:00
Frederik Rietdijk ae8eee9c3f Merge master into staging-next 2020-07-11 08:59:54 +02:00
R. RyanTM 0d68512749 rustup: 1.21.1 -> 1.22.1 2020-07-11 01:11:05 +00:00
Jan Tojnar 4bca7dfb27
Merge branch 'master' into staging-next 2020-07-04 23:59:32 +02:00
Maximilian Bosch 67a1c36929
cargo-watch: 7.4.1 -> 7.5.0
https://github.com/passcod/cargo-watch/releases/tag/v7.5.0

Also fixes the `aarch64`-build: https://hydra.nixos.org/build/123187262
2020-07-04 23:13:30 +02:00
Vladimír Čunát e1206a2129
Merge master into staging-next
This brings thousands of rebuilds.
Hydra nixpkgs: ?compare=1597944
2020-07-04 09:15:27 +02:00
Maximilian Bosch db0540d178
cargo-make: fix darwin build
https://hydra.nixos.org/build/123569405
2020-07-03 23:10:36 +02:00
Maximilian Bosch 873e21190e
cargo-make: 0.31.1 -> 0.32.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.32.0
2020-07-03 14:28:46 +02:00
Flakebi deb78151a9 buildRustPackage: fix cargoBuildFlags
When features were supplied in cargoBuildFlags, the binaries were built
with these features enabled. Unless checking was disabled, `cargo test`
was executed without these build flags, meaning the binaries were
rebuilt and overwritten without the specified features.

Fix this bug by running tests after the installation phase.
2020-07-03 08:53:57 +10:00
R. RyanTM dc5a3f9f13 rust-cbindgen: 0.14.2 -> 0.14.3 2020-07-02 10:33:07 -07:00
Maximilian Bosch 2101f7361c
cargo-make: 0.31.0 -> 0.31.1
https://github.com/sagiegurari/cargo-make/releases/tag/0.31.1
2020-06-26 14:54:49 +02:00
Daniël de Kok e1c0d36381
Merge pull request #91536 from r-ryantm/auto-update/cargo-deny
cargo-deny: 0.6.8 -> 0.7.0
2020-06-26 08:49:35 +02:00
R. RyanTM fce7543afa cargo-deny: 0.6.8 -> 0.7.0 2020-06-26 04:18:44 +00:00
Daniël de Kok 1e5b480e8b maturin: 0.8.0 -> 0.8.1
- Supports `sdist-include = ["path/**/*"]` to include arbitrary files
  in source distributions
- Fixes Cargo.lock
- Updates some dependencies
2020-06-25 17:25:37 +02:00
Jade Harley 05b765d299 (rustup): (add zlib to rpath in rustup libraries)
(Rust now has a dynamic library dependence on zlib. (see https://github.com/rust-lang/rust/pull/72696))
2020-06-22 21:23:01 -05:00
Florian Klink f761f29bd3
Merge pull request #90211 from lovesegfault/r-a-bump
rust-analyzer: 2020-06-01 -> 2020-06-08
2020-06-18 20:39:16 +02:00
oxalica 030fd3ca0c
cargo-insta: strip unused variable 2020-06-18 20:49:20 +08:00
oxalica 71c0dbd5a4
cargo-insta: init at 0.16.0 2020-06-18 19:13:04 +08:00
Bernardo Meurer d55e70b7cd rust-analyzer: 2020-06-01 -> 2020-06-08 2020-06-12 15:55:44 -07:00
Vladimír Čunát 13add13388
Merge branch 'master' into staging-next
... to resolve a trivial conflict in libpcap.
2020-06-10 20:00:44 +02:00
Maximilian Bosch 879202bf37
Merge pull request #89905 from r-ryantm/auto-update/cargo-watch
cargo-watch: 7.4.0 -> 7.4.1
2020-06-10 14:43:17 +02:00
Jan Tojnar acb53e0698
Merge branch 'staging-next' into staging 2020-06-10 04:10:57 +02:00
R. RyanTM 264f85658e cargo-watch: 7.4.0 -> 7.4.1 2020-06-09 10:03:55 +00:00
Jörg Thalheim d903f1166b
Merge pull request #89649 from oxalica/rust-analyzer 2020-06-08 17:38:10 +01:00
Frederik Rietdijk 8576d24b2a Merge staging-next into staging 2020-06-08 12:08:51 +02:00
Maximilian Bosch 0558bb9f64
cargo-make: 0.30.8 -> 0.31.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.31.0
2020-06-07 17:09:35 +02:00
Frederik Rietdijk d0532e79ae Merge staging-next into staging 2020-06-07 09:25:46 +02:00
Mario Rodas c9ac490e86
Merge pull request #89698 from r-ryantm/auto-update/cargo-deny
cargo-deny: 0.6.7 -> 0.6.8
2020-06-06 18:04:51 -05:00
R. RyanTM d2be94c36e cargo-deny: 0.6.7 -> 0.6.8 2020-06-06 21:01:31 +00:00
Mario Rodas 02dd680c3f
Merge pull request #89591 from r-ryantm/auto-update/cargo-watch
cargo-watch: 7.3.0 -> 7.4.0
2020-06-06 08:36:14 -05:00
oxalica a3acf1572a
rust-analyzer: 2020-04-20 -> 2020-06-01 2020-06-06 21:18:58 +08:00
R. RyanTM efdab4bc6c cargo-watch: 7.3.0 -> 7.4.0 2020-06-06 04:03:24 +00:00
R. RyanTM 93dd2e4f6e cargo-udeps: 0.1.11 -> 0.1.12 2020-06-06 03:56:15 +00:00
Vladimír Čunát 677e3960b5
Merge #82342: rustPlatform: increase build-speed of checkPhase
...for rust-packages (into staging)
2020-06-05 09:12:30 +02:00
Maximilian Bosch 45e53a7658
cargo-make: 0.30.7 -> 0.30.8
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.8
2020-05-27 15:03:28 +02:00
Maximilian Bosch 6b23cfe689
rustPlatform: add buildAndTestSubdir-argument
There are several tarballs (such as the `rust-lang/rust`-source) with a
`Cargo.toml` at root and several sub-packages (with their own Cargo.toml)
without using workspaces[1].

In such a case it's needed to move into a subdir to only build the
specified sub-package (e.g. `rustfmt` or `rsl`), however the artifacts
are at `/target` in the root-dir of the build environment. This breaks
the build since `buildRustPackage` searches for executables in `target`
(which is at the build-env's root) at the end of the `buildPhase`.

With the optional `buildAndTestSubdir`-argument, the builder moves into
the specified subdir using `pushd`/`popd` during `buildPhase` and
`checkPhase`.

Also moved the logic to find executables and libs to the end of the `buildPhase`
from a custom `postBuild`-hook to fix packages with custom `build`/`install`-procedures
such as `uutils-coreutils`.

[1] https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html
2020-05-13 01:47:17 +02:00
Maximilian Bosch ee032804f8
cargo-make: 0.30.6 -> 0.30.7
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.7
2020-05-08 00:00:24 +02:00
Maximilian Bosch 01539e6f9a
cargo-deny: 0.6.6 -> 0.6.7
https://github.com/EmbarkStudios/cargo-deny/releases/tag/0.6.7
2020-05-06 23:50:37 +02:00
Andreas Rammhold c275bdbafc
Merge pull request #86731 from r-ryantm/auto-update/rust-cbindgen
rust-cbindgen: 0.13.2 -> 0.14.2
2020-05-04 14:56:13 +02:00
R. RyanTM d3531ea03d rust-cbindgen: 0.13.2 -> 0.14.2 2020-05-04 06:27:22 +00:00
Mario Rodas 1064426106
Merge pull request #86526 from r-ryantm/auto-update/cargo-udeps
cargo-udeps: 0.1.10 -> 0.1.11
2020-05-03 17:56:03 -05: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
R. RyanTM 45f542970d cargo-udeps: 0.1.10 -> 0.1.11 2020-05-02 04:14:06 +00:00
Maximilian Bosch 23b619559d
Merge pull request #86388 from matthiasbeyer/add-cargo-deny
cargo-deny: init at 0.6.6
2020-04-30 23:57:26 +02:00
Matthias Beyer 731eecbacb cargo-deny: init at 0.6.6
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-30 11:58:45 +02:00
Maximilian Bosch ee58c7a363
Merge pull request #82982 from cole-h/rust-cleanup
improve robustness of various Rust packages
2020-04-30 02:07:57 +02:00
Maximilian Bosch 2a77540f7f
cargo-make: 0.30.5 -> 0.30.6
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.6
2020-04-24 15:18:00 +02:00
xrelkd 94579ce01b cargo-expand: 0.5.0 -> 0.6.0 2020-04-24 09:40:43 +08:00
Jörg Thalheim 11019ea58f
Merge pull request #85243 from oxalica/rust-analyzer 2020-04-23 16:36:54 +01:00
oxalica a82fe46ae1
rust-analyzer: 2020-04-06 -> 2020-04-20 2020-04-23 17:11:04 +08:00
xrelkd fd580728d9 cargo-expand: 0.4.19 -> 0.5.0 2020-04-21 09:23:53 +08:00
Maximilian Bosch b7c3c3f5cc
cargo-make: 0.30.4 -> 0.30.5
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.5
2020-04-15 22:35:46 +02:00
Jörg Thalheim 418b24b133
Merge pull request #77752 from oxalica/rust-analyzer
rust-analyzer: init at unstable-2020-03-09
2020-04-14 10:19:59 +01:00
Cole Helbling 0cc340e132
rustracerd: improve robustness of installPhase 2020-04-12 14:06:08 -07:00
oxalica 8318c36a4b
vscode-extensions.rust-analyzer: use global NPM packages to share dependencies 2020-04-11 16:01:12 +08:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
oxalica f76a4950c5
rust-analyzer: 2020-03-16 -> 2020-04-06 2020-04-11 00:52:40 +08:00
oxalica fc8d2f426f
rust-analyzer: change to nix-prefetch and fix version checking in update script 2020-04-11 00:52:09 +08:00
Daniël de Kok 759ac32d9a maturin: 0.7.9 -> 0.8.0
Changelog:

https://github.com/PyO3/maturin/blob/v0.8.0/Changelog.md#080---2020-04-03
2020-04-10 09:55:26 +02:00
Maximilian Bosch 4e7eeb5aa9
Merge pull request #84813 from r-ryantm/auto-update/cargo-bloat
cargo-bloat: 0.9.2 -> 0.9.3
2020-04-09 16:47:08 +02:00
R. RyanTM fcd34e7e39 cargo-bloat: 0.9.2 -> 0.9.3 2020-04-09 13:43:55 +00:00
oxalica e33256ef24
Merge remote-tracking branch 'channels/nixos-unstable' into rust-analyzer 2020-04-08 14:22:56 +08:00
Maximilian Bosch 564af64783
cargo-make: 0.30.2 -> 0.30.4
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.3
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.4
2020-04-07 13:20:03 +02:00
Florian Klink 1eae7fb887 Revert "Revert "rust-cbindgen: 0.13.1 -> 0.13.2""
This reverts commit 09dde57e93.

Apparently, the rust-cbindgen bump wasn't the cause for the firefox
build error reported in https://github.com/NixOS/nixpkgs/pull/83247
(we could reproduce the build error even after
09dde57e93 applied).

For some reason it must have succeeded on hydra, as it's in the cache,
tricking us in believing 76458f89f4 broke
it initially.

So the build seems flaky of some sort - we haven't yet determined
whether it's luck, compiling with the right CPUs or something else. :-/

There's still some investigation to be done
(https://github.com/NixOS/nixpkgs/issues/84283), but no need to keep an
ineffective revert around.
2020-04-04 23:22:09 +02:00
Maximilian Bosch 268f71cfd7
cargo-make: 0.30.1 -> 0.30.2
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.2
2020-04-04 15:46:41 +02:00
Florian Klink 09dde57e93 Revert "rust-cbindgen: 0.13.1 -> 0.13.2"
This reverts commit 76458f89f4.

It was causing the firefox build to fail. See
https://github.com/NixOS/nixpkgs/pull/83247 for the discussion.
2020-04-04 02:23:33 +02:00
Benjamin Hipple ea8845487e
Merge pull request #83247 from r-ryantm/auto-update/rust-cbindgen
rust-cbindgen: 0.13.1 -> 0.13.2
2020-04-02 14:44:24 -04:00
R. RyanTM 7b07a07e37 cargo-expand: 0.4.18 -> 0.4.19 2020-04-01 09:21:57 +00:00
Daniël de Kok d4152d0205 cargo-asm: 0.1.17 -> 2019-12-24
cargo-asm hasn't seen any new releases since 2018 (and even then
it was spotty). But there have been improvements since then, so
switch to dated releases that use a working git commit.
2020-03-29 14:11:07 +02:00
Maximilian Bosch 5a7d2e18fe
cargo-make: 0.30.0 -> 0.30.1
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.1
2020-03-28 17:11:24 +01:00
R. RyanTM 76458f89f4 rust-cbindgen: 0.13.1 -> 0.13.2 2020-03-23 21:43:02 +00:00
Maximilian Bosch 2c7299fc1c
cargo-make: 0.29.0 -> 0.30.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.0
2020-03-23 18:31:08 +01:00
Maximilian Bosch 684c340149
Merge pull request #83027 from r-ryantm/auto-update/cargo-expand
cargo-expand: 0.4.17 -> 0.4.18
2020-03-21 01:34:54 +01:00
R. RyanTM cdf418e850 cargo-expand: 0.4.17 -> 0.4.18 2020-03-20 21:04:25 +00:00
Maximilian Bosch 4726a8f2d4
cargo-make: 0.28.0 -> 0.29.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.29.0
2020-03-19 16:54:50 +01:00
oxalica bde9289415
rust-analyzer: check compatibility in update script 2020-03-17 17:56:26 +08:00
oxalica 4f12275a06
rust-analyzer: 2020-03-09 -> 2020-03-16
vscode-extensions.rust-analyzer: 2020-03-09 -> 2020-03-16
2020-03-17 17:08:02 +08:00
Benjamin Hipple 0ab1692b59 rust-cbindgen: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-03-15 18:19:55 -04:00
Fabian Möller 1e5a151ac5 cargo-udeps: 0.1.9 -> 0.1.10 2020-03-14 15:48:46 -07:00
Vladyslav M 1f8127d2ab
Merge pull request #82498 from r-ryantm/auto-update/cargo-udeps
cargo-udeps: 0.1.7 -> 0.1.9
2020-03-14 20:43:13 +02:00
Alyssa Ross 6cea0daaa9 rustracerd: build with current rust
Fix taken from https://github.com/jwilm/racerd/pull/82.  It just
updates a dependency.
2020-03-14 16:55:06 +00:00
R. RyanTM c106a4f926 cargo-udeps: 0.1.7 -> 0.1.9 2020-03-13 16:04:16 +00:00
Ryan Mulligan 96b48af4ab
Merge pull request #82384 from r-ryantm/auto-update/rust-bindgen
rust-bindgen: 0.53.1 -> 0.53.2
2020-03-12 10:33:18 -07:00
R. RyanTM 19fdac26c4 rust-bindgen: 0.53.1 -> 0.53.2 2020-03-12 06:10:16 +00:00
Benjamin Hipple cd8c987fbc rainicorn: remove broken package that has been abandoned upstream
The upstream project is dead, with the last commit being in 2016:
https://github.com/RustDT/Rainicorn

This no longer builds in NixPkgs, and has been marked as broken for a very long
time. Since the package is not maintained and is dead upstream, let's delete.
2020-03-11 23:51:41 +00:00
oxalica b0a4ce1689
vscode-extensions.rust-analyzer: init at unstable-2020-03-09 2020-03-10 19:12:40 +08:00
oxalica 3ea54e6972
rust-analyzer: init at unstable-2020-03-09 2020-03-10 19:12:35 +08:00
Mario Rodas e3e964b857
Merge pull request #82121 from bhipple/u/rust-cargo-rustracer
rustracer: upgrade cargo fetcher and cargoSha256
2020-03-09 07:59:12 -05:00
Mario Rodas 5e3a6d7a7e
Merge pull request #82116 from bhipple/u/rust-cargo-rustracerd
rustracerd: upgrade cargo fetcher and cargoSha256
2020-03-09 07:58:52 -05:00
Benjamin Hipple 6ea0cad714 rustracer: upgrade cargo fetcher and cargoSha256 2020-03-09 00:10:59 -04:00
Benjamin Hipple b20aaf3e7a rustracerd: upgrade cargo fetcher and cargoSha256 2020-03-08 23:32:15 -04:00
Benjamin Hipple 288561cd58 svd2rust: upgrade cargo fetcher and cargoSha256 2020-03-08 22:29:14 -04:00
Benjamin Hipple 0696641d9f
cargo-raze: upgrade cargo fetcher and cargoSha256 (#82091) 2020-03-08 22:15:25 -04:00
Mario Rodas ec99107633
Merge pull request #81961 from danieldk/maturin-0.7.9
maturin: 0.7.6 -> 0.7.9
2020-03-08 21:07:04 -05:00
Benjamin Hipple 0757551d3c
cargo-geiger: upgrade cargo fetcher and cargoSha256 (#82087) 2020-03-08 21:06:49 -04:00
Benjamin Hipple 1cc9cb7ea1
cargo-make: remove unnecessary attribute (#82071)
The default value when left unspecified is now false, so no need to state this explicitly.
2020-03-08 19:26:19 -04:00
Daniël de Kok b446413aa6 maturin: 0.7.6 -> 0.7.9
Changelog:
https://github.com/PyO3/maturin/blob/master/Changelog.md
2020-03-07 08:21:10 +01:00
Frederik Rietdijk 188c3a4d03 Merge staging-next into staging 2020-03-06 07:09:30 +01:00
Maximilian Bosch aeee7de22b
cargo-xbuild: 0.5.24 -> 0.5.28 2020-03-04 22:10:54 +01:00
Jan Tojnar 1a44e325d2
Merge branch 'staging-next' into staging 2020-03-04 21:24:05 +01:00
Mario Rodas 4743f3f5a0
Merge pull request #81391 from bhipple/u/rust-cargo-cargo-inspect
cargo-inspect: upgrade cargo fetcher and cargoSha256
2020-02-29 20:08:54 -05:00
Mario Rodas 4d9c956d61
Merge pull request #81392 from bhipple/u/rust-cargo-cargo-watch
cargo-watch: upgrade cargo fetcher and cargoSha256
2020-02-29 20:08:21 -05:00
Mario Rodas a321e456e8
Merge pull request #81397 from bhipple/u/rust-cargo-rustup
rustup: upgrade cargo fetcher and cargoSha256
2020-02-29 19:26:57 -05:00
Mario Rodas b87653fd70
Merge pull request #81390 from bhipple/u/rust-cargo-cargo-xbuild
cargo-xbuild: upgrade cargo fetcher and cargoSha256
2020-02-29 19:25:49 -05:00
Mario Rodas 7b8d14178b
Merge pull request #81394 from bhipple/u/rust-cargo-cargo-udeps
cargo-udeps: upgrade cargo fetcher and cargoSha256
2020-02-29 18:30:11 -05:00
Mario Rodas 4bccbf09ec
Merge pull request #81393 from bhipple/u/rust-cargo-cargo-fuzz
cargo-fuzz: upgrade cargo fetcher and cargoSha256
2020-02-29 18:22:37 -05:00
Benjamin Hipple c3ed8a0e40 rustup: upgrade cargo fetcher and cargoSha256 2020-02-29 12:47:03 -05:00
Benjamin Hipple a666cda22a cargo-udeps: upgrade cargo fetcher and cargoSha256 2020-02-29 12:34:00 -05:00
Benjamin Hipple a169f4d500 cargo-fuzz: upgrade cargo fetcher and cargoSha256 2020-02-29 12:15:02 -05:00
Benjamin Hipple 0f5520dc02 cargo-watch: upgrade cargo fetcher and cargoSha256 2020-02-29 12:10:09 -05:00
Benjamin Hipple cfa3100d18 cargo-inspect: upgrade cargo fetcher and cargoSha256 2020-02-29 12:06:27 -05:00
Benjamin Hipple ad1d08c7fc cargo-xbuild: upgrade cargo fetcher and cargoSha256 2020-02-29 11:58:37 -05:00
Benjamin Hipple ac8cadac23 cargo-generate: upgrade cargo fetcher and cargoSha256 2020-02-29 11:32:43 -05:00
Frederik Rietdijk 21b808cd76 Merge staging-next into staging 2020-02-29 15:29:45 +01:00
Benjamin Hipple ad30a30488 rustPlatform.fetchCargo: handle custom Cargo.lock patchfiles with validation
Previously, we would asssert that the lockfiles are consistent during the
unpackPhase, but if the pkg has a patch for the lockfile itself then we must
wait until the patchPhase is complete to check.

This also removes an implicity dependency on the src attribute coming from
`fetchzip` / `fetchFromGitHub`, which happens to name the source directory
"source". Now we glob for it, so different fetchers will work consistently.
2020-02-28 18:54:23 -08:00
Maximilian Bosch 096691a787
cargo-crev: 0.16.0 -> 0.16.1 2020-02-28 22:46:27 +01:00
Maximilian Bosch 29b495d4d7
cargo-make: 0.27.0 -> 0.28.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.28.0
2020-02-27 20:31:39 +01:00
Konrad Borowski 6637f1cac6 cargo-geiger: fix build with rust 1.41 2020-02-18 11:46:50 +01:00
Benjamin Hipple 805db0db45 maturin: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:23:11 -05:00
Daniel Schaefer dc5c581549
Merge pull request #80241 from bhipple/u/rust-cargo-cargo-asm
cargo-asm: upgrade cargo fetcher and cargoSha256
2020-02-16 13:45:32 +01:00
Benjamin Hipple 16eb59cecb rust-bindgen: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 01:08:34 -08:00
Benjamin Hipple f5578dc61d cargo-expand: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 22:23:23 -08:00
Benjamin Hipple 777c1dda59 cargo-sweep: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 22:12:37 -08:00
Benjamin Hipple d47970b2f8 cargo-bloat: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 21:57:43 -08:00
Benjamin Hipple 71a97479b5 cargo-asm: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 23:33:58 -05:00
Fabian Möller 70e22cb61e
cargo-crev: 0.15.0 -> 0.16.0 2020-02-14 15:24:40 +01: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
worldofpeace 0a33a4ab11
Merge pull request #79785 from lovesegfault/cargo-udeps-0.1.7
cargo-udeps: 0.1.5 -> 0.1.7
2020-02-13 14:26:54 -05:00
Mario Rodas 7a708a3f7c
Merge pull request #79965 from xrelkd/update/cargo-sweep
cargo-sweep: 0.4.1 -> 0.5.0
2020-02-13 07:48:56 -05:00
xrelkd f2f9f509ea cargo-sweep: 0.4.1 -> 0.5.0 2020-02-13 08:14:36 +08:00
xrelkd b5f1046892 cargo-xbuild: 0.5.21 -> 0.5.24 2020-02-13 08:06:30 +08:00
Ryan Mulligan bd9cbc685a
Merge pull request #79697 from r-ryantm/auto-update/rust-bindgen
rust-bindgen: 0.52.0 -> 0.53.1
2020-02-12 06:21:19 -08:00
Andreas Rammhold 82d9ce45fe rust-cbindgen: 0.10.0 -> 0.13.1 2020-02-11 01:19:26 +01:00
Bernardo Meurer 720181abab
cargo-udeps: 0.1.5 -> 0.1.7 2020-02-10 16:18:16 -08:00
R. RyanTM 3b1608a94b rust-bindgen: 0.52.0 -> 0.53.1 2020-02-10 11:14:48 +00:00
Maximilian Bosch 177b28cd06
cargo-make: 0.26.2 -> 0.27.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.27.0
2020-02-06 23:44:44 +01:00
Maximilian Bosch 6afcc2dadc
rustracer: 2.1.29 -> 2.1.30
https://crates.io/crates/racer/2.1.30
2020-02-06 08:11:25 +01:00
Evan Stoll 9234e42951 cargo-geiger: 0.9.0 -> 0.9.1
- add cargo-lock.patch
- add update-cargo-lock.sh
- update src owner and homepage to reflect new main repository
2020-01-29 21:48:58 -05:00
Maximilian Bosch a64770e6dd
cargo-xbuild: 0.5.19 -> 0.5.21 2020-01-26 19:33:26 +01:00
Maximilian Bosch 7f723b128b
cargo-make: 0.26.1 -> 0.26.2
https://github.com/sagiegurari/cargo-make/releases/tag/0.26.2
2020-01-24 13:38:22 +01:00
blargg 5e34af0f31 cargo-crev: 0.13.0 -> 0.15.0 2020-01-20 16:11:57 -06:00
Maximilian Bosch 4c58a2d2c7
cargo-make: 0.26.0 -> 0.26.1
https://github.com/sagiegurari/cargo-make/releases/tag/0.26.1
2020-01-17 20:15:33 +01:00
R. RyanTM b0f0c89f13 cargo-bloat: 0.9.1 -> 0.9.2 2020-01-15 08:21:53 +00:00
Maximilian Bosch 41e06190bb
rustracer: 2.1.28 -> 2.1.29
https://crates.io/crates/racer/2.1.29

The package is now pinned to the git rev that is published as 2.1.29 on
crates.io (there's no 2.1.29 tag on GitHub unfortunately).
2020-01-10 21:45:33 +01:00
Maximilian Bosch 384d963920
cargo-make: 0.25.1 -> 0.26.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.26.0
2020-01-10 12:56:48 +01:00
Oleksii Filonenko afdb826d00
cargo-cache: init at 0.5.1
Co-authored-by: Evan Stoll <evanjsx@gmail.com>
2020-01-08 14:12:59 +02:00
R. RyanTM 6f0fbea695 maturin: 0.8.2 -> 0.8.3 2020-08-23 06:26:43 +00:00
Maximilian Bosch 790f286b94
cargo-make: 0.32.0 -> 0.32.2
https://github.com/sagiegurari/cargo-make/releases/tag/0.32.1
https://github.com/sagiegurari/cargo-make/releases/tag/0.32.2
2020-08-22 22:22:15 +02:00
Daniël de Kok fd2c6cd7ea
Merge pull request #95667 from JohnTitor/cargo-crev-0.17.0
cargo-crev: 0.16.1 -> 0.17.0
2020-08-17 20:56:33 +02:00
Yuki Okushi 2efb6ad0f0 cargo-crev: 0.16.1 -> 0.17.0 2020-08-17 20:46:02 +02:00