mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
60bd186e21
The nix crate had all its default features enabled, which included features that are not present under BSD. We should only enable the select subset of crate features that we know are available cross-platform (or else use conditional targeting in Cargo.toml to only enable Linux-only features when compiling for Linux targets). For now, it seems we can just use the nix crate with all features disabled as it still builds under Linux and FreeBSD in this state. |
||
---|---|---|
.. | ||
src | ||
widestring-suffix | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml |