mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: fcft: Update to 2.5.1.
* gnu/packages/fontutils.scm (fcft): Update to 2.5.1. [native-inputs]: Remove GCC-10.
This commit is contained in:
parent
a8e24c3fd0
commit
137ace6b30
1 changed files with 3 additions and 4 deletions
|
@ -835,7 +835,7 @@ (define-public nototools
|
|||
(define-public fcft
|
||||
(package
|
||||
(name "fcft")
|
||||
(version "2.4.6")
|
||||
(version "2.5.1")
|
||||
(home-page "https://codeberg.org/dnkl/fcft")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -843,11 +843,10 @@ (define-public fcft
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jh05wzrif7z1xf9jzs8bgf49lpj5zs55agj414bmmwdddk7my7j"))))
|
||||
"0dn0ic2ddi5qz6nqscsn7nlih67ad8vpclppbqwas6xavdfq6va2"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(list check gcc-10 ;TODO: Remove when the default compiler is > GCC 7.
|
||||
pkg-config scdoc))
|
||||
(list check pkg-config scdoc))
|
||||
(propagated-inputs
|
||||
(list ;; Required by fcft.pc.
|
||||
fontconfig
|
||||
|
|
Loading…
Reference in a new issue