all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: Guillaume Le Vaillant <glv@posteo.net>
Cc: 37033@debbugs.gnu.org
Subject: [bug#37033] [PATCH] gnu: monero: Update to 0.14.1.2.
Date: Thu, 15 Aug 2019 11:22:27 +0300	[thread overview]
Message-ID: <20190815082227.GB27046@E2140> (raw)
In-Reply-To: <20190814213009.10656-1-glv@posteo.net>

[-- Attachment #1: Type: text/plain, Size: 1015 bytes --]

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@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2019-08-15  8:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-14 21:30 [bug#37033] [PATCH] gnu: monero: Update to 0.14.1.2 Guillaume Le Vaillant
2019-08-15  8:22 ` Efraim Flashner [this message]
2019-08-15 12:23   ` [bug#37033] [PATCH v2] " Guillaume Le Vaillant
2019-08-20  6:29     ` bug#37033: " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190815082227.GB27046@E2140 \
    --to=efraim@flashner.co.il \
    --cc=37033@debbugs.gnu.org \
    --cc=glv@posteo.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.