me
/
guix
Archived
1
0
Fork 0

gnu: qsstv: Fix hamlib support.

* gnu/packages/radio.scm (qsstv)[arguments]: Add 'fix-newer-hamlib-support'
  phase.
master
Guillaume Le Vaillant 2021-06-10 11:10:35 +02:00
parent 2930d797ec
commit d3c1359fe9
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 5 additions and 0 deletions

View File

@ -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"