nixpkgs/pkgs/build-support/rust
D Anzorge 38fb742663 rustPlatform.importCargoLock: fix [package] section handling
Members of the [package] table in Cargo.toml can be either subtables, or
values like strings and bools. Python is happy to check for membership
of "workspace" in a string, since Python strings are iterables, but if
the value is a bool, Python will throw an exception.
2023-04-29 21:05:05 +02:00
..
build-rust-crate build-rust-crate: dontStrip=!release 2023-04-12 15:24:50 -04:00
build-rust-package rustc,rustPlatform.buildRustPackage: broaden platforms 2023-04-25 08:27:59 +00:00
fetch-cargo-tarball rustPlatform.fetchCargoTarball: use sparse protocol for crates.io 2023-03-27 08:08:40 +10:00
hooks rust: fix overriding rust flags on musl 2023-03-16 02:29:46 +00:00
lib build-support/rust/lib: Add toTargetVendor 2023-02-15 20:37:45 -05:00
sysroot build-support/rust/sysroot: let cargo-src crate become no_std 2023-03-12 12:24:23 +01:00
test/import-cargo-lock rustPlatform.importCargoLock: fix [package] section handling 2023-04-29 21:05:05 +02:00
default-crate-overrides.nix Merge pull request #190610 from amjoseph-nixpkgs/pr/build-rust-crate/gdk3 2023-04-22 15:45:56 +03:00
fetchcargo-default-config.toml
fetchcrate.nix fetchCrate: add unpack option to use fetchurl instead of fetchzip 2023-03-13 22:15:02 -04:00
import-cargo-lock.nix rustPlatform.importCargoLock: fix [package] section handling 2023-04-29 21:05:05 +02:00
replace-workspace-values.py rustPlatform.importCargoLock: fix [package] section handling 2023-04-29 21:05:05 +02:00