mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
Revert "gnu: emacs-erc-image: Patch eval-after-load procedure."
This reverts commit 6fd2ecedb6
.
This change does not behave as intended. Reverting the change to the original
behavior.
This commit is contained in:
parent
e86b6ef07c
commit
8e04dcdb8f
1 changed files with 1 additions and 12 deletions
|
@ -14179,7 +14179,7 @@ (define-public emacs-ewmctrl
|
|||
|
||||
(define-public emacs-erc-image
|
||||
(let ((commit "82fb3871f02e24b1e880770b9a3d187aab43d0f0")
|
||||
(revision "2"))
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-erc-image")
|
||||
(version (git-version "0" revision commit))
|
||||
|
@ -14194,17 +14194,6 @@ (define-public emacs-erc-image
|
|||
(base32
|
||||
"1q8mkf612fb4fjp8h4kbr107wn083iqfdgv8f80pcmil8y33dw9i"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
;; NOTE: The autoloader for Guix will fail
|
||||
;; because this package asserts an incorrect
|
||||
;; `eval-after-load'.
|
||||
(add-after 'unpack 'patch-autoload-generation
|
||||
(lambda _
|
||||
(substitute* "erc-image.el"
|
||||
(("eval-after-load 'erc")
|
||||
"eval-after-load 'erc-auto"))
|
||||
#t)))))
|
||||
(home-page "https://github.com/kidd/erc-image.el")
|
||||
(synopsis "Show inlined images (png/jpg/gif/svg) in ERC buffers")
|
||||
(description "This plugin subscribes to hooks @code{erc-insert-modify-hook}
|
||||
|
|
Loading…
Reference in a new issue