me
/
guix
Archived
1
0
Fork 0

gnu: qview: Fix regexp.

* gnu/packages/image-viewers.scm (qview): Fix regexps.
master
Nicolas Goaziou 2020-11-03 08:21:27 +01:00
parent 59610496e1
commit 7a9e68cc87
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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