This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3d31685289 gnu: emacs-org2web: Remove obsolete build phase.
3d31685289 is described below

commit 3d3168528978dddf4c8eb91391825301cd04d224
Author: Thanos Apollo <[email protected]>
AuthorDate: Sat Feb 28 17:33:58 2026 +0200

    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 <[email protected]>
    Signed-off-by: Cayetano Santos <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 97d8a8bf66..82a3b17427 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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

Reply via email to