mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: bitcoin-unlimited: Fix build.
* gnu/packages/finance.scm (bitcoin-unlimited)[arguments]: Fix reference to qttools in 'configure-flags'.
This commit is contained in:
parent
18c5f00267
commit
47a38d0969
1 changed files with 2 additions and 2 deletions
|
@ -1677,10 +1677,10 @@ (define-public bitcoin-unlimited
|
|||
;; `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
|
||||
|
|
Loading…
Reference in a new issue