diff options
| author | Marius Bakke <marius@gnu.org> | 2020-12-08 22:18:30 +0100 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2020-12-08 22:57:53 +0100 |
| commit | 9337c16cb69fd47ca31ebe184d2a37028b978249 (patch) | |
| tree | 7b27526b99a20a3f34f7ad66fadcb4da1c58db34 /gnu/packages/ghostscript.scm | |
| parent | 18f10c0b12dd369507fd2821dcf748fc9b13053a (diff) | |
gnu: ghostscript: Fix build with FreeType 2.10.4.
This fixes a build failure from 79b31767d084a2feeb2edcb41ae863a0d534b847.
* gnu/packages/patches/ghostscript-freetype-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/ghostscript.scm (ghostscript)[source](patches): Add it.
Diffstat (limited to 'gnu/packages/ghostscript.scm')
| -rw-r--r-- | gnu/packages/ghostscript.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index 4d56f05cf20..b132fba7eb7 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm | |||
| @@ -170,7 +170,8 @@ printing, and psresize, for adjusting page sizes.") | |||
| 170 | (sha256 | 170 | (sha256 |
| 171 | (base32 | 171 | (base32 |
| 172 | "0z1w42y2jmcpl2m1l3z0sfii6zmvzcwcgzn6bydklia6ig7jli2p")) | 172 | "0z1w42y2jmcpl2m1l3z0sfii6zmvzcwcgzn6bydklia6ig7jli2p")) |
| 173 | (patches (search-patches "ghostscript-no-header-creationdate.patch" | 173 | (patches (search-patches "ghostscript-freetype-compat.patch" |
| 174 | "ghostscript-no-header-creationdate.patch" | ||
| 174 | "ghostscript-no-header-id.patch" | 175 | "ghostscript-no-header-id.patch" |
| 175 | "ghostscript-no-header-uuid.patch")) | 176 | "ghostscript-no-header-uuid.patch")) |
| 176 | (modules '((guix build utils))) | 177 | (modules '((guix build utils))) |
