gnu: qsstv: Fix hamlib support.
* gnu/packages/radio.scm (qsstv)[arguments]: Add 'fix-newer-hamlib-support' phase.
This commit is contained in:
		
							parent
							
								
									2930d797ec
								
							
						
					
					
						commit
						d3c1359fe9
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -1406,6 +1406,11 @@ NanoVNA vector network analyzers.") | |||
|      `(#:tests? #f  ; No test suite. | ||||
|        #:phases | ||||
|        (modify-phases %standard-phases | ||||
|          (add-after 'unpack 'fix-newer-hamlib-support | ||||
|            (lambda _ | ||||
|              (substitute* "qsstv/rig/rigcontrol.cpp" | ||||
|                (("FILPATHLEN") | ||||
|                 "HAMLIB_FILPATHLEN")))) | ||||
|          (replace 'configure | ||||
|            (lambda* (#:key outputs #:allow-other-keys) | ||||
|              (invoke "qmake" | ||||
|  |  | |||
		Reference in a new issue