gnu: emacs-tmr: Fix ffplay invocation.
This fixes <https://issues.guix.gnu.org/63350>. * gnu/packages/emacs-xyz.scm (emacs-tmr)[arguments]<#:phases>: Fix search string.master
parent
26897e3c41
commit
28c2c570f8
|
@ -16132,8 +16132,7 @@ structure, or any other pattern.")
|
|||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(let ((ffplay (search-input-file inputs "/bin/ffplay")))
|
||||
(substitute* "tmr.el"
|
||||
(("\"ffplay ")
|
||||
(string-append "\"" ffplay " "))))
|
||||
(("\"ffplay") (string-append "\"" ffplay))))
|
||||
(emacs-substitute-variables "tmr.el"
|
||||
("tmr-sound-file"
|
||||
(search-input-file
|
||||
|
|
Reference in New Issue