This package was inheriting from electrum, but as now almost all the fields
have differences, let's make these two packages independent from each other.
* gnu/packages/finance.scm (electron-cash): Update to 4.0.13.
[inputs]: Add libevent, openssl, python-cython, python-hidapi,
python-keepkey, python-stem, python-trezor, qtsvg and zlib.
[arguments]: Add a wrap-qt phase allowing qtsvg to be found at runtime to
show SVG icons correctly.
Core tests sometimes fail at least on i686-linux.
Let's disable them for now and just try hash tests and unit tests.
* gnu/packages/finance.scm (monero)[arguments]: Don't run 'core_tests' in
'check' phase.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.56.0.
[source]: Move source to Pypi.
[arguments]: Add phase to work around a missing file. Remove phases building
documentation since they are not applicable anymore.
[native-inputs]: Remove it, since it is not applicable in Pypi package.
[inputs]: Replace "python-attr" with "python-attrs".
* gnu/packages/finance.scm (monero-gui): Update to 0.15.0.3.
[build-system]: Use qt-build-system.
[inputs]: Remove qtwebchannel and qtx11extras.
[arguments]: Merge fix-library-paths, fix-monerod-path, fix-qt-paths and
fix-install-path phases into a fix-paths phase. Remove custom build,
change-dir and wrap-program phases. Add configure and build-zxcvbn-c phases.
* gnu/packages/finance.scm (emacs-ledger-mode)[arguments]: Replace the
'relocate-elisp' phase by a 'patch-site-dir' phase to put the files in the
right directory and a 'generate-autoload' phase to make the autoload file.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu/packages/finanace (electron-cash): Update to 4.0.12.
[source] switch to git.
[inputs] Add libsecp256k1.
[arguments] Add phase patching to use libsecp256k1 from inputs.
* gnu/packages/finance.scm (bitcoin-abc): Update to 0.20.4.
[source]: Fix uri.
[inputs]: Use bdb-5.3 (bdb-4.8 is not supported).
[arguments]: Add 'fix-tests' phase.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu/packages/finance.scm (monero): Update to 0.14.1.2.
[arguments]: Add phase to make files writable for the tests. Enable a
previously skipped test.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Some of the automatic python3->python2 transformation packages that these
depend upon are failing. Just remove these trivial packages to please the CI.
* gnu/packages/finance.scm (python2-trezor-agent, python2-trezor): Remove
variables.
Increase the verbosity of the 'check' phase to prevent 'core_tests' from
hitting 'max-silent-timeout'.
* gnu/packages/finance.scm (monero)[arguments]: Add '--verbose' option to
'check' phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu/packages/finance.scm (bitcoin-core): Update to 0.18.0.
[inputs]: Use bdb-4.8 for compatibility.
[arguments]: Remove --with-incompatible-bdb from configure flags and add
check-functional phase for functional tests.