[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70147] [PATCH 00/42] WIP: Add rage.
From: |
Wilko Meyer |
Subject: |
[bug#70147] [PATCH 00/42] WIP: Add rage. |
Date: |
Tue, 2 Apr 2024 18:21:00 +0200 |
Hi Guix,
This patch series adds rage[0] and its dependencies to Guix. I marked
this series as WIP as I'd still have to improve two things:
- I tried to skip-build as little as possible for dependencies, however
there are still a lot packages I still have to get to build.
- The descriptions of some of the dependencies should be improved/more
adherent to our standards.
Others than that rage successfully builds on my machine and I've already
been using it for a couple of days. I'll send a v2 of this patch series
where the aforementioned things have been fixed as soon as I find the
time to do so.
[0]: https://github.com/str4d/rage
Wilko Meyer (42):
gnu: Add rust-age-core-0.10.
gnu: Add rust-age-0.10.
gnu: Add rust-bcrypt-pbkdf-0.10.
gnu: Add rust-databake-derive-0.1.
gnu: Add rust-bech32-0.9.
gnu: Add rust-databake-0.1.
gnu: Add rust-fluent-pseudo-0.3.
gnu: Add rust-fluent-langneg-0.13.
gnu: Add rust-fluent-bundle-0.15.
gnu: Add rust-fluent-0.16.
gnu: Add rust-fluent-syntax-0.11.
gnu: Add rust-fuser-0.13.
gnu: Add rust-fuse-mt-0.6.
gnu: Add rust-gettext-0.4.
gnu: Add rust-intl-pluralrules-7.
gnu: Add rust-intl-memoizer-0.5.
gnu: Add rust-io-tee-0.1.
gnu: Add rust-i18n-embed-fl-0.7.
gnu: Add rust-i18n-embed-0.14.
gnu: Add rust-i18n-config-0.4.
gnu: Add rust-i18n-embed-impl-0.8.
gnu: Add rust-page-size-0.5.
gnu: Add rust-pinentry-0.5.
gnu: Add rust-secrecy-0.8.
gnu: Add rust-self-cell-0.10.
gnu: Add rust-synstructure-0.13.
gnu: Add rust-t1ha-0.1.
gnu: Add rust-tinystr-0.7.
gnu: Add rust-tr-0.1.
gnu: Add rust-type-map-0.4.
gnu: Add rust-unic-langid-macros-impl-0.9.
gnu: Add rust-unic-langid-macros-0.9.
gnu: Add rust-unic-langid-impl-0.9.
gnu: Add rust-unic-langid-0.9.
gnu: Add rust-yoke-derive-0.7.
gnu: Add rust-yoke-0.7.
gnu: Add rust-zerovec-derive-0.10.
gnu: Add rust-zerovec-0.10.
gnu: Add rust-zerofrom-derive-0.1.
gnu: Add rust-zerofrom-0.1.
gnu: Add rust-wsl-0.1.
gnu: Add rage.
gnu/packages/crates-crypto.scm | 129 +++++
gnu/packages/crates-io.scm | 870 +++++++++++++++++++++++++++++++-
gnu/packages/crates-windows.scm | 22 +
gnu/packages/rust-apps.scm | 49 ++
4 files changed, 1069 insertions(+), 1 deletion(-)
base-commit: 7c18e929d81d6a9580330053c44cc2764cfa840f
--
2.41.0
- [bug#70147] [PATCH 00/42] WIP: Add rage.,
Wilko Meyer <=
- [bug#70147] [PATCH 01/42] gnu: Add rust-age-core-0.10., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 02/42] gnu: Add rust-age-0.10., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 03/42] gnu: Add rust-bcrypt-pbkdf-0.10., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 05/42] gnu: Add rust-bech32-0.9., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 04/42] gnu: Add rust-databake-derive-0.1., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 07/42] gnu: Add rust-fluent-pseudo-0.3., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 06/42] gnu: Add rust-databake-0.1., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 08/42] gnu: Add rust-fluent-langneg-0.13., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 09/42] gnu: Add rust-fluent-bundle-0.15., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 12/42] gnu: Add rust-fuser-0.13., Wilko Meyer, 2024/04/02