mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: fontforge: Update to 20220308.
* gnu/packages/fontutils.scm (fontforge): Update to 20220308. [inputs]: Remove LIBUNINAMESLIST.
This commit is contained in:
parent
757aeb1d3a
commit
7f81f09641
1 changed files with 2 additions and 3 deletions
|
@ -1464,14 +1464,14 @@ (define-public libuninameslist
|
|||
(define-public fontforge
|
||||
(package
|
||||
(name "fontforge")
|
||||
(version "20201107")
|
||||
(version "20220308")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://github.com/fontforge/fontforge/releases/download/"
|
||||
version "/fontforge-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0y3c8x1i6yf6ak9m5dhr1nldgfmg7zhnwdfd57ffs698c27vmg38"))))
|
||||
(base32 "0ncfc4ajwy4ng6b6h79w52jh9z3lngvf3f3ldi1wzkhcg9zh3r01"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
|
@ -1489,7 +1489,6 @@ (define-public fontforge
|
|||
("libspiro" ,libspiro)
|
||||
("libtiff" ,libtiff)
|
||||
("libungif" ,libungif)
|
||||
("libuninameslist" ,libuninameslist)
|
||||
("libxft" ,libxft)
|
||||
("libxml2" ,libxml2)
|
||||
("pango" ,pango)
|
||||
|
|
Loading…
Reference in a new issue