[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#57702] [PATCH v4 1/8] gnu: Add rust-nic-emoji-char-0.9.
From: |
Maxime Devos |
Subject: |
[bug#57702] [PATCH v4 1/8] gnu: Add rust-nic-emoji-char-0.9. |
Date: |
Sun, 11 Sep 2022 13:37:51 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 |
On 10-09-2022 11:38, VesselWave via Guix-patches via wrote:
Sorry previous v3 was't different. Now it deletes tables directory. I hope it's
enough
[PATCH 1/8] gnu: Add rust-unic-emoji-char-0.9.
I've looked at the source code, and it seems to use the tables, without
regenerating them. As such, 'rust-unic-emoji-char' cannot be built
(except for the #:skip-build? #true). IIUC, the only reason that having
this rust-unic-emoji-char be a dependency of rust-textwrap works, is
that it is a test-only (optional!) input and it has #:skip-build? #true.
My proposal then is to:
* for now, not package rust-unic-emoji-char
(as it appears to be non-functional)
* comment-out the rust-unic-emoji-char from the
#:cargo-development-inputs
* if this causes build failures because of Cargo not finding the
source code of rust-unic-emoji-char, remove the input from
rust-textwrap's Cargo.toml.
+ (delete-file-recursively "tables") #t))))
Returning #t isn't necessary anymore.
Greetings,
Maxime.
OpenPGP_0x49E3EE22191725EE.asc
Description: OpenPGP public key
OpenPGP_signature
Description: OpenPGP digital signature
- [bug#57702] [PATCH 1/8] gnu: Add rust-unic-emoji-char-0.9., (continued)
- [bug#57702] [PATCH 5/8] gnu: rust-once-cell-1: Update to 1.13.1., VesselWave, 2022/09/10
- [bug#57702] [PATCH 3/8] gnu: rust-crossbeam-utils-0.8: Add development inputs., VesselWave, 2022/09/10
- [bug#57702] [PATCH 4/8] gnu: rust-parking-lot-core: Inrerit from latest., VesselWave, 2022/09/10
- [bug#57702] [PATCH 6/8] gnu: Add rust-clap-lex-0.2., VesselWave, 2022/09/10
- [bug#57702] [PATCH 2/8] gnu: rust-textwrap: Add 0.15.0., VesselWave, 2022/09/10
- [bug#57702] [PATCH 8/8] gnu: rust-clap-3: Update to 3.2.17., VesselWave, 2022/09/10
- [bug#57702] [PATCH 7/8] gnu: rust-clap-derive-3: Update to 3.2.17., VesselWave, 2022/09/10
- [bug#57702] [PATCH 1/8] gnu: Add rust-nic-emoji-char-0.9., VesselWave, 2022/09/10
- [bug#57702] [PATCH v4 1/8] gnu: Add rust-nic-emoji-char-0.9., VesselWave, 2022/09/10
- [bug#57702] [PATCH v4 1/8] gnu: Add rust-nic-emoji-char-0.9.,
Maxime Devos <=
- [bug#57702] [PATCH 1/8] gnu: rust-termion: Update to 1.5.6., VesselWave, 2022/09/13
- [bug#57702] [PATCH 3/8] gnu: rust-crossbeam-utils-0.8: Add development inputs., VesselWave, 2022/09/13
- [bug#57702] [PATCH 2/8] gnu: rust-textwrap: Add 0.15.0., VesselWave, 2022/09/13
- [bug#57702] [PATCH 4/8] gnu: rust-parking-lot-core: Inrerit from latest., VesselWave, 2022/09/13
- [bug#57702] [PATCH 8/8] gnu: rust-clap-3: Update to 3.2.17., VesselWave, 2022/09/13
- [bug#57702] [PATCH 6/8] gnu: Add rust-clap-lex-0.2., VesselWave, 2022/09/13
- [bug#57702] [PATCH 0/8] Update rust-clap-3 to 3.2.17, VesselWave, 2022/09/13
- [bug#57702] [PATCH 1/8] gnu: rust-termion-1: Update to 1.5.6., VesselWave, 2022/09/13
- [bug#57702] [PATCH 5/8] gnu: rust-once-cell-1: Update to 1.13.1., VesselWave, 2022/09/13
- [bug#57702] [PATCH 7/8] gnu: rust-clap-derive-3: Update to 3.2.17., VesselWave, 2022/09/13