gnu: bitcoin-unlimited: Fix build.
* gnu/packages/finance.scm (bitcoin-unlimited)[arguments]: Fix reference to qttools in 'configure-flags'.
parent
18c5f00267
commit
47a38d0969
|
@ -1677,10 +1677,10 @@ following three utilities are included with the library:
|
||||||
;; `pkg-config --variable=host_bins Qt5Core`, which fails to pick
|
;; `pkg-config --variable=host_bins Qt5Core`, which fails to pick
|
||||||
;; up executables residing in 'qttools-5', so we specify them here.
|
;; up executables residing in 'qttools-5', so we specify them here.
|
||||||
(string-append "ac_cv_path_LRELEASE="
|
(string-append "ac_cv_path_LRELEASE="
|
||||||
(assoc-ref %build-inputs "qttools-5")
|
(assoc-ref %build-inputs "qttools")
|
||||||
"/bin/lrelease")
|
"/bin/lrelease")
|
||||||
(string-append "ac_cv_path_LUPDATE="
|
(string-append "ac_cv_path_LUPDATE="
|
||||||
(assoc-ref %build-inputs "qttools-5")
|
(assoc-ref %build-inputs "qttools")
|
||||||
"/bin/lupdate")
|
"/bin/lupdate")
|
||||||
"--disable-static")
|
"--disable-static")
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Reference in New Issue