guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: bitcoin-unlimited: Fix build.


From: guix-commits
Subject: 02/02: gnu: bitcoin-unlimited: Fix build.
Date: Wed, 3 Aug 2022 16:30:37 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 47a38d09696b309f6174b585465e621352444ddb
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Aug 3 22:26:58 2022 +0200

    gnu: bitcoin-unlimited: Fix build.
    
    * gnu/packages/finance.scm (bitcoin-unlimited)[arguments]: Fix reference to
      qttools in 'configure-flags'.
---
 gnu/packages/finance.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 8b02ff412b..4b5ab2924b 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1677,10 +1677,10 @@ following three utilities are included with the library:
         ;; `pkg-config --variable=host_bins Qt5Core`, which fails to pick
         ;; up executables residing in 'qttools-5', so we specify them here.
         (string-append "ac_cv_path_LRELEASE="
-                       (assoc-ref %build-inputs "qttools-5")
+                       (assoc-ref %build-inputs "qttools")
                        "/bin/lrelease")
         (string-append "ac_cv_path_LUPDATE="
-                       (assoc-ref %build-inputs "qttools-5")
+                       (assoc-ref %build-inputs "qttools")
                        "/bin/lupdate")
         "--disable-static")
        #:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]