GNU bug report logs - #78710
[PATCH emacs-team] gnu: emacs-osm: Update to 1.7.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Fri, 6 Jun 2025 09:30:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 78710 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, hako <at> ultrarare.space, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, trev <at> trevdev.ca, guix-patches <at> gnu.org:
bug#78710; Package guix-patches. (Fri, 06 Jun 2025 09:30:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, hako <at> ultrarare.space, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, trev <at> trevdev.ca, guix-patches <at> gnu.org. (Fri, 06 Jun 2025 09:30:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH emacs-team] gnu: emacs-osm: Update to 1.7.
Date: Fri,  6 Jun 2025 11:27:07 +0200
* gnu/packages/emacs-xyz.scm (emacs-osm): Update to 1.7.
[arguments]<#:phases>{makeinfo}: Execute after unpack and remove install-file.

Change-Id: Ia14d013f771da02f25cef956e0d140c21435fe43
---

Install-file is not necessary, as the build system takes care of moving the info file.

 gnu/packages/emacs-xyz.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5f285d0761..7b49e52c17 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -43187,7 +43187,7 @@ (define-public emacs-straight-el
 (define-public emacs-osm
   (package
     (name "emacs-osm")
-    (version "1.6")
+    (version "1.7")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -43196,7 +43196,7 @@ (define-public emacs-osm
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "078dd89jyz51755adrxm90ka0kvmgmm5h2w2c9f0986g3jmb9daq"))))
+                "0fw0hgi2542ivc05dbq07ybr8c2mf8ja0z3f07lnslvn7vn5xp9i"))))
     (build-system emacs-build-system)
     (arguments
      (list #:phases #~(modify-phases %standard-phases
@@ -43208,17 +43208,14 @@ (define-public emacs-osm
                                               (search-input-file inputs
                                                                  "/bin/curl")
                                               space "\"")))))
-                        (add-after 'install 'makeinfo
+                        (add-after 'unpack 'makeinfo
                           (lambda _
                             (invoke "emacs"
                              "--batch"
                              "--eval=(require 'ox-texinfo)"
                              "--eval=(setq org-export-with-broken-links t)"
                              "--eval=(find-file \"README.org\")"
-                             "--eval=(org-texinfo-export-to-info)")
-                            (install-file "osm.info"
-                                          (string-append #$output
-                                                         "/share/info")))))))
+                             "--eval=(org-texinfo-export-to-info)"))))))
     (inputs (list curl))
     (native-inputs (list texinfo))
     (propagated-inputs (list emacs-compat))

base-commit: 60e332adae600e230efb76e4027b764e3ae2c7dc
--
2.49.0





This bug report was last modified 1 day ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.