mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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 @@ (define-public qsstv
|
|||
`(#: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"
|
||||
|
|
Loading…
Reference in a new issue