3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: i3lock-fancy: Fix defunct substitution.

* gnu/packages/wm.scm (i3lock-fancy)[arguments]: Fix faulty regular expression.
This commit is contained in:
Marius Bakke 2020-11-11 21:26:43 +01:00
parent 1aa765fd52
commit 184598a43c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -611,7 +611,7 @@ Features include:
"/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"))