mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
b39ee26c94
Rust compiler plugins have been entirely removed after having been
deprecated for years [1]. This caused the build of `aw-server-rust`
to break because its `aw-server` crate still contained the respective
crate attribute to enable the feature.
This attribute has already been removed upstream along with other
no longer used unstable feature opt-ins [2]. This change pulls in
the respective commit with `fetchpatch` and filters it down to
only the changes in `aw-server/src/lib.rs`, which fixes the build
for now. The patch should be removable with the next release
(0.12.3).
[1]: https://github.com/rust-lang/rust/pull/116412
[2]:
|
||
---|---|---|
.. | ||
Cargo.lock | ||
commit-hash.patch | ||
default.nix | ||
override-version.patch | ||
wrapper.nix |