3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/build-support/rust
Winter b1834a461e Revert "rustc: propagate libiconv on darwin"
This reverts commit b6fc00b8f4.

Rust 1.66.0 contains a fix for libiconv being linked unconditionally on macOS, but this only applies to packages that don't depend on older versions of `libc`.

For now, let's go back to including libiconv in `buildInputs` by default for packages that use `buildRustPackage`. As packages bump their `libc` versions, we can eventually stop including it by default, and manually add it where needed.
2022-12-23 13:55:46 -05:00
..
build-rust-crate buildRustCrate: Support cargo:rustc-link-arg and some friends from build.rs 2022-11-30 11:40:50 -05:00
build-rust-package Revert "rustc: propagate libiconv on darwin" 2022-12-23 13:55:46 -05:00
fetch-cargo-tarball fetch-cargo-tarball: fix for packages without dep 2022-08-21 16:28:28 +08:00
hooks cargo-auditable-cargo-wrapper: init 2022-12-07 00:23:43 -05:00
lib build-support/rust/lib: Add toTargetFamily 2022-11-09 15:52:01 -05:00
sysroot
test/import-cargo-lock
default-crate-overrides.nix default-crate-overrides: add alsa-lib for alsa-sys crate 2022-10-18 00:03:14 +05:30
fetchcargo-default-config.toml
fetchcrate.nix fetchCrate: rewrite in terms of fetchzip 2022-11-03 12:33:27 -04:00
import-cargo-lock.nix