7
44
Fork
You've already forked nice-plug
22

fix: "error inheriting readme from workspace root manifest's workspace.package.readme" error on vendoring-type build systems #14

Merged
BillyDM merged 1 commit from invra/nih-plug:fix-inherit into main 2026年05月05日 20:40:16 +02:00
Contributor
Copy link

A current issue occurring in Naersk with Nix, the cargo package vendoring is very pedantic on stuff existing for it to be able to inherit, this issue only arises while using such a build system which needs vendoring to operate, making their crate not be able to build.

I made a simple fix to the pedantic-ness by actually removing the instances of readme.workspace = true, which will have no effect because what we are trying to inherit to the crates currently inherits nothing.

A current [issue](https://github.com/nix-community/naersk/issues/310) occurring in [Naersk](https://github.com/nix-community/naersk) with [Nix](https://nixos.org/), the cargo package vendoring is very pedantic on stuff existing for it to be able to inherit, this issue only arises while using such a build system which needs vendoring to operate, making their crate not be able to build. I made a simple fix to the pedantic-ness by actually removing the instances of `readme.workspace = true`, which will have no effect because what we are trying to inherit to the crates currently inherits nothing.

Huh, strange issue. But if it fixes your problem, I'll merge it. Thanks!

Huh, strange issue. But if it fixes your problem, I'll merge it. Thanks!
invra deleted branch fix-inherit 2026年05月15日 02:08:28 +02:00
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
RustAudio/nice-plug!14
Reference in a new issue
RustAudio/nice-plug
No description provided.
Delete branch "invra/nih-plug:fix-inherit"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?