mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gs-font: Rename to 'font-ghostscript'.
According to (guix)Fonts, font package names must be prefixed with 'font-'. Adjust 'gs-fonts' to follow this convention. * gnu/packages/fontutils.scm (gs-fonts)[name]: Set to "font-ghostscript". (gs-fonts): Rename variable to 'font-ghostscript'. (gs-fonts): Add deprecated package. * gnu/packages/ghostscript.scm (ghostscript)[arguments]<#:configure-flags>: Replace 'gs-fonts' with 'font-ghostscript'. (ghostscript)[inputs]: Likewise. * gnu/packages/fontutils.scm (fontconfig)[inputs]: Likewise. * gnu/packages/gtk.scm (pango-1.42)[arguments]{disable-layout-test}: Likewise. * gnu/packages/imagemagick.scm (graphicsmagick)[arguments]{configure-flags}: Likewise. (graphicsmagick)[inputs]: Likewise. * gnu/packages/mp3.scm (ripperx)[propagated-inputs]: Likewise. * doc/guix.texi (X11 Fonts): Likewise. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
52cc639403
commit
a682fea916
6 changed files with 24 additions and 19 deletions
|
@ -341,8 +341,9 @@ Font Format (WOFF).")
|
|||
("freetype" ,freetype)
|
||||
("libuuid" ,util-linux "lib")))
|
||||
(inputs
|
||||
;; We use to use 'gs-fonts' but they are not recognized by newer versions
|
||||
;; of Pango, causing many applications to fail to find fonts otherwise.
|
||||
;; We use to use 'font-ghostscript' but they are not recognized by newer
|
||||
;; versions of Pango, causing many applications to fail to find fonts
|
||||
;; otherwise.
|
||||
`(("font-dejavu" ,font-dejavu)))
|
||||
(native-inputs
|
||||
`(("gperf" ,gperf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue