nixpkgs/pkgs/development/tools/rust
Jörg Thalheim dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
..
bindgen treewide: use runtimeShell instead of stdenv.shell whenever possible 2019-02-26 14:10:49 +00:00
cargo-asm cargo-asm: fix build on macOS Mojave 2018-11-03 08:47:18 +01:00
cargo-fuzz cargo-fuzz: init at 0.5.3 2018-05-08 03:36:41 +02:00
cbindgen rust-cbindgen: 0.6.3 -> 0.6.7 2018-11-14 19:53:30 +01:00
pyo3-pack pyo3-pack: init at 0.3.8 (#46754) 2018-10-30 16:36:21 +01:00
racer rustracer: remove rustup dependency 2018-11-10 08:38:20 +01:00
racerd racerd: 2017-02-17 -> 2017-09-15 2018-02-20 19:15:43 +01:00
rainicorn pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
rls rls: init at 1.31.7 2019-01-01 19:24:38 +01:00
rustfmt Revert "rustfmt: 1.0.0 -> 1.0.1" (#55437) 2019-02-08 12:24:15 +01:00
rustup rustup: 1.15.0 -> 1.16.0 2018-12-14 04:16:23 -08:00
svd2rust svd2rust: init at 0.14.0 2019-01-05 21:07:11 +01:00