guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#66104] [PATCH 8/9] gnu: add rust-serial-test-2


From: Christopher Baines
Subject: [bug#66104] [PATCH 8/9] gnu: add rust-serial-test-2
Date: Fri, 20 Oct 2023 10:39:00 +0100
User-agent: mu4e 1.10.5; emacs 28.2

Andrew Jose <arnav.jose@gmail.com> writes:

> ---
>  gnu/packages/crates-io.scm | 26 ++++++++++++++++++++++++++
>  1 file changed, 26 insertions(+)
>
> diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
> index c2d4273152..17ed164217 100644
> --- a/gnu/packages/crates-io.scm
> +++ b/gnu/packages/crates-io.scm
> @@ -60418,6 +60418,32 @@ (define-public rust-serdect-0.2
>  for data that potentially contains secrets (e.g. cryptographic keys).")
>      (license (list license:asl2.0 license:expat))))
>  
> +(define-public rust-serial-test-2
> +  (package
> +    (inherit rust-serial-test-0.6)

Looks like QA is failing to process this because rust-serial-test-0.6
isn't defined at this point. I think you need to move this package
definition down below rust-serial-test-0.6.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]