aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch
Commit message (Collapse)AuthorAge
* gnu: perl-gd: Update to 2.68.Tobias Geerinckx-Rice2018-02-27
| | | | | | | | | | | * gnu/packages/gd.scm (perl-gd): Update to 2.68. [source]: Remove obsolete patch. [native-inputs]: Remove perl-module-build. [inputs]: Use canonical package names and order alphabetically. [arguments]: Replace #:module-build-flags with fewer #:make-maker-flags, enable #:tests?, and remove ‘clear-autogenerated-files’ phase. * gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: Perl GD: Add real patch.Eric Bavier2015-04-06
| | | | | | | | | Replaces the stub patch added in 43754738e030a4083b0881b2264b905bc563e78b. * gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch: Update patch. 43754738e030a4083b0881b2264b905bc563e78b
* gnu: Perl GD: Add stub patch.Mark H Weaver2015-04-04
This is a temporary fix to enable hydra to complete evaluations, which were broken by f7ee7a9b06a386863d7752ba028a79bb98d3504d due to a missing patch file. The real patch will be put into place in a later commit. * gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch: New file. This is just a stub. * gnu-system.am (dist_patch_DATA): Add it.