guix-patches
[Top][All Lists]
Advanced

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

[bug#59000] [PATCH v2 1/2] gnu: Add emacs-mpv.


From: Nicolas Goaziou
Subject: [bug#59000] [PATCH v2 1/2] gnu: Add emacs-mpv.
Date: Sun, 06 Nov 2022 15:13:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hello,

jgart via Guix-patches via <guix-patches@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





reply via email to

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