GNU bug report logs -
#59000
[PATCH 1/2] gnu: Add emacs-waveform.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Thu, 3 Nov 2022 18:09:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello,
jgart via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-mpv): New variable.
Thank you. Applied, with the following changes.
> + (package
> + (name "emacs-mpv")
> + (version (git-version "0.0.0" revision commit))
Base version is actually 0.2.0.
> + #~(modify-phases %standard-phases
> + (add-after 'set-mpv-el-version 'patch-exec-paths
> + (lambda* (#:key inputs #:allow-other-keys)
> + (make-file-writable "mpv.el")
`make-file-writable' is not necessary.
> + (emacs-substitute-variables "mpv.el"
> + ("mpv-executable"
> + (search-input-file inputs "/bin/mpv"))))))))
> + (synopsis "Control mpv for easy note taking")
> + (description
> +"This package is a potpourri of helper functions to control a @code{mpv}
> +process via its IPC interface.")
mpv -> MPV
Regards,
--
Nicolas Goaziou
This bug report was last modified 2 years and 254 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.