mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: i3lock-fancy: Fix defunct substitution.
* gnu/packages/wm.scm (i3lock-fancy)[arguments]: Fix faulty regular expression.
This commit is contained in:
parent
1aa765fd52
commit
184598a43c
1 changed files with 1 additions and 1 deletions
|
@ -611,7 +611,7 @@ (define-public i3lock-fancy
|
|||
"/bin/gawk")))
|
||||
|
||||
(substitute* "lock"
|
||||
(("$(which wmctrl)") wmctrl)
|
||||
(("\\$\\(command -V wmctrl\\)") wmctrl)
|
||||
(("convert") mconvert)
|
||||
(("shot=\\(import") (string-append "shot=\(" mimport))
|
||||
(("awk -F") (string-append awk " -F"))
|
||||
|
|
Loading…
Reference in a new issue