parent
59610496e1
commit
7a9e68cc87
|
@ -518,8 +518,8 @@ For PDF support, install the @emph{mupdf} package.")
|
||||||
(add-before 'build 'disable-auto-update
|
(add-before 'build 'disable-auto-update
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "src/qvaboutdialog.cpp"
|
(substitute* "src/qvaboutdialog.cpp"
|
||||||
(("qvApp->checkUpdates();") "")
|
(("qvApp->checkUpdates\\(\\);") "")
|
||||||
(("updateText();") ""))
|
(("updateText\\(\\);") ""))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("qtbase" ,qtbase)
|
`(("qtbase" ,qtbase)
|
||||||
|
|
Reference in New Issue