mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-16 22:25:55 +02:00
gnu: emacs-org2web: Remove obsolete build phase.
The fix for 'define-obsolete-function-alias' was integrated upstream in version 0.9.2. * gnu/packages/emacs-xyz.scm (emacs-org2web) [arguments]: Remove 'fix-byte-compilation' phase. Merges guix/guix!6755 Change-Id: Icf30d0b6234ea990645edc009230b4680d0b64e6 Modified-by: Cayetano Santos <csantosb@inventati.org> Signed-off-by: Cayetano Santos <csantosb@inventati.org>
This commit is contained in:
committed by
Cayetano Santos
parent
556fed9c76
commit
3d31685289
@@ -24183,17 +24183,6 @@ and lambdas.")
|
||||
(sha256
|
||||
(base32 "103fzmadgd93x1y0c6xsdjx70z0jkwpvj0xnkybdancxz4ba8p9l"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'build 'fix-byte-compilation
|
||||
;; XXX: The fix below was integrated upstream and can be removed
|
||||
;; in next release.
|
||||
(lambda _
|
||||
(substitute* "org2web-el2org.el"
|
||||
(("(define-obsolete-function-alias .*)\\)" _ lead)
|
||||
(string-append lead " \"0.1\")"))))))))
|
||||
(propagated-inputs
|
||||
(list emacs-dash
|
||||
emacs-el2org
|
||||
|
||||
Reference in New Issue
Block a user