guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: jalv-select: Fix regular expression.


From: Ricardo Wurmus
Subject: 06/06: gnu: jalv-select: Fix regular expression.
Date: Fri, 5 May 2017 03:50:14 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ad7f6e5f0d618bafc4430b77f6d85892a7762818
Author: Ricardo Wurmus <address@hidden>
Date:   Fri May 5 09:47:43 2017 +0200

    gnu: jalv-select: Fix regular expression.
    
    * gnu/packages/music.scm (jalv-select)[arguments]: Fix substitution to find
    the available jalv executables.
---
 gnu/packages/music.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 3efbd91..850eef3 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -961,7 +961,7 @@ Editor.  It is compatible with Power Tab Editor 1.7 and 
Guitar Pro.")
          (add-after 'unpack 'ignore-PATH
            (lambda* (#:key inputs #:allow-other-keys)
              (substitute* "jalv.select.cpp"
-               (("echo \\$PATH | tr ':' '\\\n' | xargs ls")
+               (("echo \\$PATH.*tr ':'.*xargs ls")
                 (string-append "ls -1 " (assoc-ref inputs "jalv") "/bin")))
              (substitute* "jalv.select.h"
                (("gtkmm.h") "gtkmm-2.4/gtkmm.h"))



reply via email to

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