guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/09: gnu: i3lock-fancy: Fix defunct substitution.


From: guix-commits
Subject: 08/09: gnu: i3lock-fancy: Fix defunct substitution.
Date: Wed, 11 Nov 2020 15:41:56 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 184598a43c0e3fd196f6015b220148db308ee83a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Nov 11 21:26:43 2020 +0100

    gnu: i3lock-fancy: Fix defunct substitution.
    
    * gnu/packages/wm.scm (i3lock-fancy)[arguments]: Fix faulty regular 
expression.
---
 gnu/packages/wm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 56a0ca6..361cecf 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]