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 @@ (define-public qview
(add-before 'build 'disable-auto-update
(lambda _
(substitute* "src/qvaboutdialog.cpp"
(("qvApp->checkUpdates();") "")
(("updateText();") ""))
(("qvApp->checkUpdates\\(\\);") "")
(("updateText\\(\\);") ""))
#t)))))
(inputs
`(("qtbase" ,qtbase)