Hi Noé,
On 11/11/25 01:41, Noé Lopez wrote:
Hey Benjamin,
It seems you’re trying to import a Cargo workspace. They are handled a
bit differently from single packages. See
<https://guix.gnu.org/cookbook/en/html_node/Cargo-Workspaces-and-Development-Snapshots.html>.
As I understand it, you would have only one workspace package in
rust-sources.scm for both, then add aliases to each contained library in
rust-crates.scm (see
<https://guix.gnu.org/cookbook/en/html_node/Common-Workflow-for-Rust-Packaging.html>).
Hope that helps,
Noé
Thank you for the response. Thanks to your response and Rutherther's
response I was able to get a successful package build for
kak-tree-sitter. Now just struggling with the output of guix lint:
gnu/packages/text-editors.scm:498:5: [email protected]: the
source file name should contain the package name
But I should be able to resolve that shortly, I think. If you're curious
here's a link to my pull request: https://codeberg.org/guix/guix/pulls/4197
Thanks again,
Benjamin