* gnu/packages/crates-io.scm (rust-enquote-1): New variable * gnu/packages/crates-io.scm (rust-pam-sys-0.5): New variable Only a single independent change per patch. muradm schreef op ma 13-06-2022 om 11:45 [+0300]: > +    (native-inputs `(("linux-pam" ,linux-pam))) Most likely not a native input but a non-native input that needs to be cross-compiled when rust-pam-sys is cross-compiled. > +    (synopsis > +     "Rust FFI wrappers for the Linux Pluggable Authentication Modules (PAM)") > +    (description > +     "Rust FFI wrappers for the Linux Pluggable Authentication Modules (PAM)") Description is missing, this just repeats the synopsis. Greetings, Maxime.