From 8ee3e4d9e9cd991ece0cb591ff10c223aa154866 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 24 Aug 2020 03:18:08 +0200 Subject: gnu: electrum: Return #t from phases. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/finance.scm (electrum)[arguments]: Return truth from ‘patch-home’. --- gnu/packages/finance.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/packages/finance.scm') diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 881b38d4c1..3f58999e4b 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -455,14 +455,15 @@ do so.") ("python-dnspython" ,python-dnspython) ("python-jsonrpclib-pelix" ,python-jsonrpclib-pelix))) (arguments - `(#:tests? #f ;; package doesn't have any tests + `(#:tests? #f ; no tests #:phases (modify-phases %standard-phases (add-before 'build 'patch-home (lambda* (#:key outputs #:allow-other-keys) (substitute* "setup.py" (("~/.local/share") - (string-append (assoc-ref outputs "out") "/local/share")))))))) + (string-append (assoc-ref outputs "out") "/local/share"))) + #t))))) (home-page "https://electrum.org/") (synopsis "Bitcoin wallet") (description -- cgit v1.2.3