GNU bug report logs -
#53315
[PATCH 000/150] gnu: Add alfis
Previous Next
Full log
Message #463 received at 53315-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Aleksandr Vityazev <avityazev <at> posteo.org> writes:
> * gnu/packages/crates-io.scm (alfis): New variable.
Applied the whole set, barring a few unnecessary or already applied patch.
> +(define-public alfis
> + (package
> + (name "alfis")
> + (version "0.6.10")
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/Revertron/Alfis")
> + (commit (string-append "v" version))))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32 "1kgzz92mkyzn7mbsdpik1q21kl38i4almn01k99nww3p0vgx9514"))))
> + (build-system cargo-build-system)
> + (arguments
> + `(#:tests? #f ;tests failed
The comment is a bit terse. If they fail, it is better to explain the
kind of failure, if possible. In any case, I just skipped the two
failing tests.
> + #:rust ,rust-1.57
This is not needed anymore since rust defaults to 1.57.
> + #:cargo-development-inputs
> + (("rust-serde-bytes" ,rust-serde-bytes-0.11)
> + ("rust-serde-derive" ,rust-serde-derive-1.0.126))))
The package builds with rust-serde-derive-1, so I just used that and
dropped the patch adding rust-serd-derive-1.0.126. I had to relax
requirements for rust-zeroize-1, tho.
Thank you!
Regards,
--
Nicolas Goaziou
This bug report was last modified 3 years and 119 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.