diff options
author | Mark H Weaver <mhw@netris.org> | 2015-04-04 11:15:30 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-04-04 11:15:30 -0400 |
commit | 43754738e030a4083b0881b2264b905bc563e78b (patch) | |
tree | 23313e78db8b0aa72d04bde3bcc5d0d484ae71b0 /gnu | |
parent | f905286b111e0752079e2476bea879d3477642b0 (diff) | |
download | guix-43754738e030a4083b0881b2264b905bc563e78b.tar.gz |
gnu: Perl GD: Add stub patch.
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch b/gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch new file mode 100644 index 0000000000..0ce86a6bd1 --- /dev/null +++ b/gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch @@ -0,0 +1 @@ +This is a stub, awaiting the actual patch. |