GNU bug report logs -
#56775
[PATCH] gnu: rust-miniz-oxide: Do not skip build.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Tue, 26 Jul 2022 06:43:02 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <marius <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #49 received at 56775-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org> skriver:
> * gnu/packages/crates-io.scm (rust-miniz-oxide-0.5): New variable.
[...]
> +(define-public rust-miniz-oxide-0.4
> + (package
> + (inherit rust-miniz-oxide-0.5)
> + (name "rust-miniz-oxide")
> + (version "0.4.3")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (crate-uri "miniz_oxide" version))
> + (file-name (string-append name "-" version ".tar.gz"))
> + (sha256
> + (base32 "17d1xp29v5xgh4vahxld14w1c1hgh38qmxpv7i18wy096gn2cb8g"))))
> + (arguments
> + `(#:cargo-inputs
> + (("rust-adler" ,rust-adler-0.2)
> + ("rust-autocfg" ,rust-autocfg-1)
> + ("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
> + ("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)
> + ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)))))
^
This message was missing a closing paren. I fixed that, and also
updated your copyright header in crates-io.scm, hope that was okay.
Patches pushed in 9a1cd6e7e8..56e17f6493.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years and 356 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.