diff options
author | Eric Bavier <bavier@member.fsf.org> | 2015-07-09 19:19:09 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2015-09-10 03:21:55 -0500 |
commit | 8b94dffde89a87a31c50d5c73ffb6f8a1b97616a (patch) | |
tree | 0c2c78276495c7e8a3f6a135b9c1463c13cfc80b /gnu-system.am | |
parent | a6d0b306c20f236324e4bd661d0f82750ee00e90 (diff) | |
download | guix-8b94dffde89a87a31c50d5c73ffb6f8a1b97616a.tar guix-8b94dffde89a87a31c50d5c73ffb6f8a1b97616a.tar.gz |
gnu: gnucash: Add Finance::Quote support.
* gnu/packages/patches/gnucash-price-quotes-perl.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gnucash.scm (gnucash)[source]: Use it.
[inputs]: Add perl-date-manip and perl-finance-quote.
[arguments]: Add 'wrap-programs' phase. Move below inputs.
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 0294a9eaae..e6ebbe45f8 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -474,6 +474,7 @@ dist_patch_DATA = \ gnu/packages/patches/glibc-ldd-x86_64.patch \ gnu/packages/patches/glibc-locales.patch \ gnu/packages/patches/gmp-arm-asm-nothumb.patch \ + gnu/packages/patches/gnucash-price-quotes-perl.patch \ gnu/packages/patches/gnutls-doc-fix.patch \ gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch \ gnu/packages/patches/gobject-introspection-cc.patch \ |