diff options
| author | Ingar <ingar@onionmail.info> | 2025-02-27 15:49:50 +0100 |
|---|---|---|
| committer | Romain GARBAGE <romain.garbage@inria.fr> | 2025-03-04 11:30:39 +0100 |
| commit | a17af1df06f9d2c4871ba939dce67991ee559107 (patch) | |
| tree | 68bd5369ce0e30893913b53d2b025107fd2aaba3 | |
| parent | bc9fba5b2e515ae36a6b4b979545a053dc374221 (diff) | |
typst: Clarify upstream name of typst package
* guix-science/packages/typst.scm:
- Clarify upstream name of typst package by setting package-properties
(even though not yet supported by `guix refresh` for Rust packages,
this anticipates support AND can serve as a hint for humans, with
regards to the confusing Typst crate hierarchy - see #77)
Signed-off-by: Romain Garbage <romain.garbage@inria.fr>
| -rw-r--r-- | guix-science/packages/typst.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guix-science/packages/typst.scm b/guix-science/packages/typst.scm index 5305f1b..b601852 100644 --- a/guix-science/packages/typst.scm +++ b/guix-science/packages/typst.scm | |||
| @@ -47,6 +47,8 @@ | |||
| 47 | (file-name (string-append name "-" version ".tar.gz")) | 47 | (file-name (string-append name "-" version ".tar.gz")) |
| 48 | (sha256 | 48 | (sha256 |
| 49 | (base32 "09zfrcc5awycl4906r5qhzfmf9qc2jxb30z0iq7dizqkd6wl900i")))) | 49 | (base32 "09zfrcc5awycl4906r5qhzfmf9qc2jxb30z0iq7dizqkd6wl900i")))) |
| 50 | ;; Not yet supported by `guix refresh -t crate`, but differentiate with rust-typst | ||
| 51 | (properties '((upstream-name . "typst-cli"))) | ||
| 50 | (build-system cargo-build-system) | 52 | (build-system cargo-build-system) |
| 51 | (arguments | 53 | (arguments |
| 52 | (list | 54 | (list |
