diff options
author | Eric Bavier <bavier@member.fsf.org> | 2015-07-09 19:16:05 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2015-09-10 03:21:55 -0500 |
commit | 8b45993235ce1ad71e4038452d6e7b4b063ce448 (patch) | |
tree | 7644b049ede4eaf49b153e97140c144d0d836286 /gnu-system.am | |
parent | bb1ba6b8f75c6b5b6cd23edf7c36068211a96c93 (diff) | |
download | guix-8b45993235ce1ad71e4038452d6e7b4b063ce448.tar guix-8b45993235ce1ad71e4038452d6e7b4b063ce448.tar.gz |
gnu: Add perl-finance-quote.
* gnu/packages/web.scm (perl-finance-quote): New variable.
* gnu/packages/patches/perl-finance-quote-unuse-mozilla-ca.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index e6f751f772..0294a9eaae 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -592,6 +592,7 @@ dist_patch_DATA = \ gnu/packages/patches/patchelf-rework-for-arm.patch \ gnu/packages/patches/patchutils-xfail-gendiff-tests.patch \ gnu/packages/patches/patch-hurd-path-max.patch \ + gnu/packages/patches/perl-finance-quote-unuse-mozilla-ca.patch \ gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch \ gnu/packages/patches/perl-module-pluggable-search.patch \ gnu/packages/patches/perl-net-amazon-s3-moose-warning.patch \ |