Maxime Devos schreef op do 31-03-2022 om 13:56 [+0200]: > Evgenii Lepikhin via Guix-patches via schreef op do 31-03-2022 om 00:37 > [+0300]: > > +    (arguments > > +     `(#:skip-build? #true > > +       #:cargo-inputs > > +       (("rust-regex" ,rust-regex-1)) > > +       #:cargo-development-inputs > > +       (("rust-serde-derive" ,rust-serde-derive-1) > > +        ("rust-serde-json" ,rust-serde-json-1)))) > > Also, why is building skipped? From (guix)Rust Crates: > > Care should be taken to ensure the correct version of dependencies > are used; to this end we try to refrain from skipping the tests or > using ‘#:skip-build?’ when possible. Nevermind, if interested in why not see the recent "Removing #:skip- build? from the crate importer?" thread on guix-devel@gnu.org. Greetings, Maxime