diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2018-09-16 22:13:41 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2018-10-05 13:41:08 -0400 |
commit | 73ca145a7eee5a4613469956d214880850e63a40 (patch) | |
tree | 0e3e6ce76f06045cb15fab016925b7790e893202 /gnu/local.mk | |
parent | fc4738149f5cbaffc8e0b37bfb61e25fac0ecd67 (diff) | |
download | guix-73ca145a7eee5a4613469956d214880850e63a40.tar.gz |
gnu: gnucash: Update to 3.3.
* gnu/packages/patches/gnucash-disable-failing-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gnucash.scm (gnucash): Update to 3.3. [source]: Add patch. [arguments]: Add 'set-env-vars', 'glib-or-gtk-compile-schemas', and 'glib-or-gtk-wrap' phases.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 8c6579b03f..8f854e98b5 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -762,6 +762,7 @@ dist_patch_DATA = \ %D%/packages/patches/gnome-todo-libical-compat.patch \ %D%/packages/patches/gnome-tweak-tool-search-paths.patch \ %D%/packages/patches/gnucash-price-quotes-perl.patch \ + %D%/packages/patches/gnucash-disable-failing-tests.patch \ %D%/packages/patches/gnutls-skip-trust-store-test.patch \ %D%/packages/patches/gnutls-skip-pkgconfig-test.patch \ %D%/packages/patches/gobject-introspection-absolute-shlib-path.patch \ |