gnu: jalv-select: Fix regular expression.
* gnu/packages/music.scm (jalv-select)[arguments]: Fix substitution to find the available jalv executables.
This commit is contained in:
parent
f5e0ff0f45
commit
ad7f6e5f0d
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue