gnu: bitcoin-core: Fix build.
* gnu/packages/finance.scm (bitcoin-core)[arguments]: Fix reference to qttools in 'configure-flags'.
This commit is contained in:
		
							parent
							
								
									4d41dad4ba
								
							
						
					
					
						commit
						18c5f00267
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -161,10 +161,10 @@
 | 
				
			||||||
        ;; `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"))
 | 
				
			||||||
       #:phases
 | 
					       #:phases
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					       (modify-phases %standard-phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue