guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: bitcoin-core: Fix build.


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

glv pushed a commit to branch master
in repository guix.

commit 18c5f002678588f7e5afc3e050fa7e0f13fdcfef
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Aug 3 22:22:57 2022 +0200

    gnu: bitcoin-core: Fix build.
    
    * gnu/packages/finance.scm (bitcoin-core)[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 bb1e1a48cf..8b02ff412b 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -161,10 +161,10 @@
         ;; `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"))
        #:phases
        (modify-phases %standard-phases



reply via email to

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