gnu: emacs-tagedit: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-tagedit)[arguments]: Add phases to remove a spurious require. Change-Id: I37fe4fb9ed0a44514d650d709a49f0e4ae20cbefmaster
parent
cc0fb54f77
commit
b43e11643c
|
@ -10105,6 +10105,13 @@ constants and units into an Emacs buffer.")
|
|||
(sha256
|
||||
(base32 "0kq40g46s8kgiafrhdq99h79rz9h5fvgz59k7ralmf86bl4sdmdb"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'remove-spurious-require
|
||||
(lambda _
|
||||
(substitute* "tagedit.el"
|
||||
(("\\(require 'assoc\\)") "")))))))
|
||||
(propagated-inputs
|
||||
(list emacs-s emacs-dash))
|
||||
(home-page "https://github.com/magnars/tagedit")
|
||||
|
|
Reference in New Issue