gnu: emacs-evil-multiedit: Update to 1.4.1.
* gnu/packages/emacs-xyz.scm (emacs-evil-multiedit): Update to 1.4.1. [arguments]<#:phases>: Prevent test suite from downloading packages. Remove trailing #t.master
parent
e3bba7f720
commit
ad9b5cd19b
|
@ -20770,7 +20770,7 @@ describing the key binding changes.")
|
||||||
(define-public emacs-evil-multiedit
|
(define-public emacs-evil-multiedit
|
||||||
(package
|
(package
|
||||||
(name "emacs-evil-multiedit")
|
(name "emacs-evil-multiedit")
|
||||||
(version "1.3.9")
|
(version "1.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -20779,8 +20779,7 @@ describing the key binding changes.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0iwrfkgs0964kxj3kwi8dqn42flhg2pnp4iswc07xi8ri2lflnkv"))))
|
||||||
"19h3kqylqzbjv4297wkzzxdmn9yxbg6z4ga4ssrqri90xs7m3rw3"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-evil" ,emacs-evil)
|
`(("emacs-evil" ,emacs-evil)
|
||||||
|
@ -20790,15 +20789,15 @@ describing the key binding changes.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'check 'fix-makefile
|
(add-before 'check 'fix-checks
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("@cask exec ") ""))
|
(("@cask exec ") ""))
|
||||||
#t)))
|
(substitute* "test/test-helper.el"
|
||||||
|
(("'\\(evil iedit\\)") "nil")))))
|
||||||
#:tests? #t
|
#:tests? #t
|
||||||
#:test-command '("make" "test")))
|
#:test-command '("make" "test")))
|
||||||
(home-page
|
(home-page "https://github.com/hlissner/evil-multiedit")
|
||||||
"https://github.com/hlissner/evil-multiedit")
|
|
||||||
(synopsis "Multiple cursors for Evil mode")
|
(synopsis "Multiple cursors for Evil mode")
|
||||||
(description
|
(description
|
||||||
"This plugin was an answer to the lack of proper multiple cursor support
|
"This plugin was an answer to the lack of proper multiple cursor support
|
||||||
|
|
Reference in New Issue