diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2023-12-28 20:30:19 +0000 |
|---|---|---|
| committer | zowoq <59103226+zowoq@users.noreply.github.com> | 2023-12-29 10:20:59 +1000 |
| commit | a3957236ce752b03d0ba3c388422b730129c6085 (patch) | |
| tree | e090482124a49df2d06a07303b0bb9a73bc8c93a /pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch | |
| parent | 017bc47e74fa7de896236c466bd3c367a7fa63b0 (diff) | |
cargo: fix `tests` eval
Without the change `cargo` tests fail the eval as:
$ nix build --no-link -f. cargo.tests
error: attribute 'tests' missing
at pkgs/development/compilers/rust/cargo.nix:22:15:
21|
22| passthru = {
| ^
23| rustc = rustc;
The test teried to pull `tests` attribute from `rustc`, which is a
wrapper without `tests`. Pull tests from unwrapped rust instead.
Diffstat (limited to 'pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch')
0 files changed, 0 insertions, 0 deletions
