gnu: qview: Fix regexp.
* gnu/packages/image-viewers.scm (qview): Fix regexps.
This commit is contained in:
parent
59610496e1
commit
7a9e68cc87
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue