mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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 @@ (define-public qview
|
|||
(add-before 'build 'disable-auto-update
|
||||
(lambda _
|
||||
(substitute* "src/qvaboutdialog.cpp"
|
||||
(("qvApp->checkUpdates();") "")
|
||||
(("updateText();") ""))
|
||||
(("qvApp->checkUpdates\\(\\);") "")
|
||||
(("updateText\\(\\);") ""))
|
||||
#t)))))
|
||||
(inputs
|
||||
`(("qtbase" ,qtbase)
|
||||
|
|
Loading…
Reference in a new issue