GNU bug report logs -
#37033
[PATCH] gnu: monero: Update to 0.14.1.2.
Previous Next
Reported by: Guillaume Le Vaillant <glv <at> posteo.net>
Date: Wed, 14 Aug 2019 21:31:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
On Wed, Aug 14, 2019 at 11:30:09PM +0200, Guillaume Le Vaillant wrote:
> * gnu/packages/finance.scm (monero): Update to 0.14.1.2.
> ---
> gnu/packages/finance.scm | 15 ++++++++-------
> 1 file changed, 8 insertions(+), 7 deletions(-)
>
> "return ((std::string(getenv(\"HOME\"))) / "))
> #t))
> + (add-after 'change-log-path 'fix-file-permissions-for-tests
> + (lambda _
> + (for-each (lambda (f)
> + (chmod f #o644))
> + (find-files "tests/data/" "wallet_9svHk1.*"))
> + #t))
> ;; Only try tests that don't need access to network or system
> (replace 'check
Does 'make-file-writable' from (guix build utils) instead of 'chmod'
work here?
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 5 years and 272 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.