gnu: qview: Fix regexp.
* gnu/packages/image-viewers.scm (qview): Fix regexps.
This commit is contained in:
parent
59610496e1
commit
7a9e68cc87
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user