GNU bug report logs -
#46192
[PATCH 01/22] gnu: Add rust-boxfnonce-0.1.
Previous Next
Reported by: aecepoglu <aecepoglu <at> fastmail.fm>
Date: Sat, 30 Jan 2021 14:12:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #71 received at 46192 <at> debbugs.gnu.org (full text, mbox):
Hello,
aecepoglu <aecepoglu <at> fastmail.fm> writes:
> * gnu/packages/crates-io.scm (rust-automod-0.1): New variable
Thank you.
> +(define-public rust-automod-0.1
> + (package
> + (name "rust-automod")
It should inherit from rust-automod-1.
> + (version "0.1.2")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (crate-uri "automod" version))
> + (file-name
> + (string-append name "-" version ".tar.gz"))
> + (sha256
> + (base32
> + "17am5i7z7jpsrq9bm0wyhf4q9850g2kqvzl3ik900x5gc7brwv2a"))))
> + (build-system cargo-build-system)
> + (arguments
> + `(#:skip-build? #t
> + #:cargo-inputs
> + (("rust-proc-macro2" ,rust-proc-macro2-1)
> + ("rust-quote" ,rust-quote-1)
> + ("rust-syn" ,rust-syn-1))))
> + (home-page "https://github.com/dtolnay/automod")
> + (synopsis "Pull in every source file in a directory as a module.")
The synopsis should not end with a period. I think "guix lint" warns you
about this.
> + (description "Pull in every source file in a directory as
> a module.")
Could you turn this into a complete sentence, even with the simple
transformation:
This package pulls in every ...
Regards,
--
Nicolas Goaziou
This bug report was last modified 4 years and 189 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.