GNU bug report logs - #66579
[PATCH 00/13] Series to add rust-librespot-core, audio and discovery

Previous Next

Package: guix-patches;

Reported by: Steve George <slgeorge <at> gmail.com>

Date: Mon, 16 Oct 2023 16:16:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


Message #47 received at 66579 <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Steve George <steve <at> futurile.net>
Cc: 66579 <at> debbugs.gnu.org, efraim <at> flashner.co.il, guix-patches <at> gnu.org
Subject: Re: [bug#66579] [PATCH 10/13] gnu: Add rust-librespot-audio.
Date: Fri, 20 Oct 2023 10:30:33 +0100
[Message part 1 (text/plain, inline)]
Steve George <steve <at> futurile.net> writes:

> * gnu/packages/crates-io.scm (rust-librespot-audio): New variable.
> ---
>  gnu/packages/crates-io.scm | 29 +++++++++++++++++++++++++++++
>  1 file changed, 29 insertions(+)
>
> diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
> index ffc7891ee8..100a5ee645 100644
> --- a/gnu/packages/crates-io.scm
> +++ b/gnu/packages/crates-io.scm
> @@ -35587,6 +35587,35 @@ (define-public rust-libradicl-0.4
>  single-cell and single-nucleus sequencing data.")
>      (license license:bsd-3)))
>  
> +(define-public rust-librespot-audio-0.4
> +  (package
> +    (name "rust-librespot-audio")
> +    (version "0.4.2")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (crate-uri "librespot-audio" version))
> +       (file-name (string-append name "-" version ".tar.gz"))
> +       (sha256
> +        (base32 "178djijj7fkg5ca5rhk10rvy9gs797gikvackh5qxsp1al9s6xn1"))))
> +    (build-system cargo-build-system)
> +    (arguments
> +     (list #:skip-build? #f
> +           #:cargo-inputs `(("rust-aes-ctr" ,rust-aes-ctr-0.6)

rust-aes-ctr-0.6 doesn't seem to be defined, which is what has led to QA
failing to process these changes.

[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 271 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.