Loading
cargo-i18n: fix build with newer versions of Clang
cargo-i81n depends on the gettext-sys crate, which vendors a version of gettext that fails to build with the default Clang in nixpkgs. Using the packaged (“system”) gettext avoids the issue.