me
/
guix
Archived
1
0
Fork 0

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
Nicolas Goaziou 2023-05-08 19:12:53 +02:00
parent 26897e3c41
commit 28c2c570f8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 2 deletions

View File

@ -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