nixpkgs/pkgs/build-support/rust/build-rust-crate
Peter Kolloch 597f3d31d8 build-rust-crate: Allow missing hostPlatform.extensions.sharedLibrary
If you cross-build, sharedLibrary might not be set. E.g. for this
nixpkgs instance:

```nix
pkgs = import <nixpkgs> {
    config = { };
    crossSystem = {
        config = "riscv32-unknown-none-elf";
        rustc = {
            config = "riscv32i-unknown-none-elf";
        };
    };
}
```
2024-01-04 12:15:32 +01:00
..
test
build-crate.nix build-rust-crate: Allow missing hostPlatform.extensions.sharedLibrary 2024-01-04 12:15:32 +01:00
configure-crate.nix Merge pull request #266787 from tvbeat/cargo-manifest-links 2023-11-19 16:14:58 +01:00
default.nix Merge pull request #266787 from tvbeat/cargo-manifest-links 2023-11-19 16:14:58 +01:00
helpers.nix
install-crate.nix
lib.sh
log.nix