diff options
author | Mark H Weaver <mhw@netris.org> | 2014-10-05 19:08:03 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-10-05 22:39:37 -0400 |
commit | f410c1107622f9a95073234eae18c623857338d4 (patch) | |
tree | ddd6f0cb234fa94ff838099fb7c24e19b7aea05c /gnu-system.am | |
parent | 553521d27c42cf7589d50daab1aeaeb9bc9e8e96 (diff) | |
download | guix-f410c1107622f9a95073234eae18c623857338d4.tar guix-f410c1107622f9a95073234eae18c623857338d4.tar.gz |
gnu: xpdf: Update to 3.04.
* gnu/packages/patches/xpdf-constchar.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/pdf.scm (xpdf): Update to 3.04. Remove patch.
Add libpng as an input.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu-system.am b/gnu-system.am index 94d86246c9..0775f3746a 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -414,8 +414,7 @@ dist_patch_DATA = \ gnu/packages/patches/vpnc-script.patch \ gnu/packages/patches/w3m-fix-compile.patch \ gnu/packages/patches/xf86-input-synaptics-glibc-2.20.patch \ - gnu/packages/patches/xmodmap-asprintf.patch \ - gnu/packages/patches/xpdf-constchar.patch + gnu/packages/patches/xmodmap-asprintf.patch bootstrapdir = $(guilemoduledir)/gnu/packages/bootstrap bootstrap_x86_64_linuxdir = $(bootstrapdir)/x86_64-linux |