guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#56720] [PATCH] gnu: Add font-chiron-sung-hk.


From: 宋文武
Subject: [bug#56720] [PATCH] gnu: Add font-chiron-sung-hk.
Date: Wed, 03 Aug 2022 10:54:47 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hilton Chain <hako@ultrarare.space> writes:

> * gnu/packages/fonts (font-chiron-sung-hk): New variable.
>
> Signed-off-by: Hilton Chain <hako@ultrarare.space>
> ---
>  gnu/packages/fonts.scm | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
>
> diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
> index 9ff2035a10..c60640a757 100644
> --- a/gnu/packages/fonts.scm
> +++ b/gnu/packages/fonts.scm
> @@ -2747,3 +2747,23 @@ (define-public font-lxgw-wenkai-tc
>      (synopsis "LXGW WenKai TC / 霞鶩文楷 TC")
>      (description "The Traditional Chinese Version of LXGW WenKai.")
>      (license license:silofl1.1)))
> +
> +(define-public font-chiron-sung-hk
> +  (package
> +    (name "font-chiron-sung-hk")
> +    (version "1.004")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append
> +                    
> "https://github.com/chiron-fonts/chiron-sung-hk/archive/refs/tags/v";
> +                    version ".tar.gz"))

Hello, thoese github generated archive links are not stable, their hash
may changed after some time.  Could you use "git-fetch" instead, thanks!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]