[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: gnu: monero: Fix detection of readline library.
From: |
guix-commits |
Subject: |
08/10: gnu: monero: Fix detection of readline library. |
Date: |
Mon, 9 Sep 2019 18:35:06 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 44554d86dae9e595a9432b5a064f9aac63abf1fd
Author: Guillaume Le Vaillant <address@hidden>
Date: Wed Sep 4 16:58:55 2019 +0200
gnu: monero: Fix detection of readline library.
* gnu/packages/finance.scm (monero)[arguments]: Define 'Readline_ROOT_DIR'
in 'configure-flags'.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/finance.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 377cb3a..5824a14 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -490,9 +490,12 @@ other machines/servers. Electroncash does not download
the Bitcoin Cash blockch
("zeromq" ,zeromq)))
(arguments
`(#:out-of-source? #t
- #:configure-flags '("-DARCH=default"
- "-DBUILD_TESTS=ON"
- "-DBUILD_GUI_DEPS=ON")
+ #:configure-flags
+ (list "-DARCH=default"
+ "-DBUILD_TESTS=ON"
+ "-DBUILD_GUI_DEPS=ON"
+ (string-append "-DReadline_ROOT_DIR="
+ (assoc-ref %build-inputs "readline")))
#:phases
(modify-phases %standard-phases
;; tests/core_tests need a valid HOME
- branch master updated (5fbba84 -> deb0836), guix-commits, 2019/09/09
- 02/10: refresh: Distinguish between "no updater" and "failing updater"., guix-commits, 2019/09/09
- 01/10: packages: 'package-field-location' really catches 'system-error., guix-commits, 2019/09/09
- 06/10: gnu: orage: Fix build., guix-commits, 2019/09/09
- 03/10: import: crate: Allow imports of a specific version., guix-commits, 2019/09/09
- 08/10: gnu: monero: Fix detection of readline library.,
guix-commits <=
- 09/10: gnu: monero: Activate Trezor support., guix-commits, 2019/09/09
- 04/10: gnu: mousepad: Update to 0.4.2., guix-commits, 2019/09/09
- 05/10: gnu: ristretto: Update to 0.10.0., guix-commits, 2019/09/09
- 07/10: gnu: Add copyright header., guix-commits, 2019/09/09
- 10/10: gnu: monero-gui: Update to 0.14.1.2., guix-commits, 2019/09/09