mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-subed: Update to 1.2.14.
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.2.14. [arguments]<#:phases>: Remove unnecessary fix for buttercup. [inputs]: Add FFMPEG. Change-Id: I7a1fb4cb8526127da0cc95783909570fc094192e
This commit is contained in:
parent
923fed4867
commit
47de837312
1 changed files with 4 additions and 10 deletions
|
@ -9231,26 +9231,20 @@ (define-public emacs-sudo-edit
|
|||
(define-public emacs-subed
|
||||
(package
|
||||
(name "emacs-subed")
|
||||
(version "1.2.11")
|
||||
(version "1.2.14")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.nongnu.org/nongnu/subed-"
|
||||
version ".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"1dlh7vd8kc16wr9sqd3v7kkxfvqadi56pa52h35b86krndh4vazp"))))
|
||||
"0kzb054radxq9hqviadmbr4cln39yp7yz4inq4ip52rd3qdm8vy4"))))
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #t
|
||||
#:test-command #~(list "make" "test-only")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'compatibility-with-recent-buttercup
|
||||
(lambda _
|
||||
(substitute* (find-files "tests/" "\\.el$")
|
||||
(("\\(buttercup-minor-mode\\) -\\*-")
|
||||
"(buttercup-minor-mode); lexical-binding: t -*-")))))))
|
||||
#:test-command #~(list "make" "test-only")))
|
||||
(native-inputs (list emacs-buttercup))
|
||||
(inputs (list ffmpeg))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://elpa.nongnu.org/nongnu/subed.html")
|
||||
(synopsis "Major mode for editing subtitles")
|
||||
|
|
Loading…
Reference in a new issue