[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.
signature.asc
Description: PGP signature
- [bug#66104] REVISION [PATCH 0/9] gnu: add rust-crossterm-0.27, Andrew Jose, 2023/10/03
- [bug#66104] [PATCH 1/9] gnu: add rust-dashmap-5, Andrew Jose, 2023/10/03
- [bug#66104] [PATCH 9/9] gnu: Add rust-crossterm-0.27, Andrew Jose, 2023/10/03
- [bug#66104] [PATCH 3/9] gnu: update rust-lock-api-0.4 to version 0.4.10, Andrew Jose, 2023/10/03
- [bug#66104] [PATCH 2/9] gnu: add rust-filedescriptor-0.8, Andrew Jose, 2023/10/03
- [bug#66104] [PATCH 4/9] gnu: rust-signal-hook-0.3 update to version 0.3.17, Andrew Jose, 2023/10/03
- [bug#66104] [PATCH 5/9] gnu: rust-crossterm-winapi-0.9 update to version 0.9.1, Andrew Jose, 2023/10/03
- [bug#66104] [PATCH 6/9] gnu: add rust-serial-test-derive-2, Andrew Jose, 2023/10/03
- [bug#66104] [PATCH 8/9] gnu: add rust-serial-test-2, Andrew Jose, 2023/10/03
- [bug#66104] [PATCH 8/9] gnu: add rust-serial-test-2,
Christopher Baines <=
- [bug#66104] [PATCH 7/9] gnu: rust-parking-lot-core-0.9 update to version 0.9.8, Andrew Jose, 2023/10/03