[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#46192] [PATCH 08/22] gnu: Add rust-automod-0.1.
From: |
Nicolas Goaziou |
Subject: |
[bug#46192] [PATCH 08/22] gnu: Add rust-automod-0.1. |
Date: |
Sat, 30 Jan 2021 18:46:49 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Hello,
aecepoglu <aecepoglu@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
- [bug#46192] [PATCH 01/22] gnu: Add rust-boxfnonce-0.1., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 02/22] gnu: Add rust-daemonize-0.4., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 04/22] gnu: Add rust-enum-primitive-0.1., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 03/22] gnu: Add rust-jsonrpc-core-14., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 05/22] gnu: Add rust-ropey-1., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 07/22] gnu: Add rust-lsp-types-0.73., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 06/22] gnu: Add rust-serde-repl-0.1., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 08/22] gnu: Add rust-automod-0.1., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 08/22] gnu: Add rust-automod-0.1.,
Nicolas Goaziou <=
- [bug#46192] [PATCH 09/22] gnu: Add rust-rmp-0.8., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 10/22] gnu: Add rust-rmp-serde-0.13., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 11/22] gnu: Add rust-serdeconv-0.3., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 13/22] gnu: Add rust-trackable-0.2., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 12/22] gnu: Add rust-trackable-derive-0.1., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 15/22] gnu: Add rust-crossbeam-0.2., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 21/22] gnu: Add rust-whoami-0.8., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 14/22] gnu: Add rust-slog-term-2., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 22/22] gnu: Add kak-lsp., aecepoglu, 2021/01/30