3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: qview: Fix regexp.

* gnu/packages/image-viewers.scm (qview): Fix regexps.
This commit is contained in:
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

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)