GNU bug report logs - #71066
[PATCH] gnu: emacs-nyxt: Update to 0.1.0-0.5f732e3.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Sun, 19 May 2024 14:52:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71066 in the body.
You can then email your comments to 71066 AT debbugs.gnu.org in the normal way.

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

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


Report forwarded to guix-patches <at> gnu.org:
bug#71066; Package guix-patches. (Sun, 19 May 2024 14:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Graves <ngraves <at> ngraves.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 19 May 2024 14:52:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: guix-patches <at> gnu.org
Cc: ngraves <at> ngraves.fr
Subject: [PATCH] gnu: emacs-nyxt: Update to 0.1.0-0.5f732e3.
Date: Sun, 19 May 2024 16:50:59 +0200
* gnu/packages/emacs-xyz.scm (emacs-nyxt): Update to 0.1.0-0.5f732e3.

Change-Id: Id387b52fd12a3b46eb0c1a9a9c7d3799c6d717eb
---
 gnu/packages/emacs-xyz.scm | 59 ++++++++++++++++++++------------------
 1 file changed, 31 insertions(+), 28 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b21a510bc79..4ddec0582ad 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30181,35 +30181,38 @@ (define-public emacs-nix-mode
     (license license:lgpl2.1+)))
 
 (define-public emacs-nyxt
-  (package
-    (name "emacs-nyxt")
-    (version "0.1.0")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://git.sr.ht/~conses/nyxt.el")
-                    (commit version)))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "1hgb10pk5m3v2gsl4h6i821nyzksss0rk4hhjnfb7nm98lalzbl6"))))
-    (build-system emacs-build-system)
-    (arguments
-     (list
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'unpack 'patch-file-name
-            (lambda* (#:key inputs #:allow-other-keys)
-              (emacs-substitute-variables "nyxt.el"
-                ("nyxt-path"
-                 (search-input-file inputs "/bin/nyxt"))))))))
-    (inputs (list nyxt))
-    (propagated-inputs (list emacs-sly))
-    (home-page "https://git.sr.ht/~conses/nyxt.el")
-    (synopsis "Interact with Nyxt from Emacs")
-    (description "This package consists of custom logic to interact with Nyxt
+  ;; This forge doesn't support fetching from refs, use commits.
+  (let ((commit "5f732e3d039c9d9c316dd5fbbbc91bd015dd2659")
+        (revision "0"))
+    (package
+      (name "emacs-nyxt")
+      (version (git-version "0.1.1" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://git.migalmoreno.com/nyxt.el")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "147yin822mi49gg2gxqljnx3i261z6b8d61m83l4nns4cf67vqns"))))
+      (build-system emacs-build-system)
+      (arguments
+       (list
+        #:phases
+        #~(modify-phases %standard-phases
+            (add-after 'unpack 'patch-file-name
+              (lambda* (#:key inputs #:allow-other-keys)
+                (emacs-substitute-variables "nyxt.el"
+                  ("nyxt-path"
+                   (search-input-file inputs "/bin/nyxt"))))))))
+      (inputs (list nyxt))
+      (propagated-inputs (list emacs-sly))
+      (home-page "https://git.migalmoreno.com/nyxt.el")
+      (synopsis "Interact with Nyxt from Emacs")
+      (description "This package consists of custom logic to interact with Nyxt
 from Emacs.")
-    (license license:gpl3+)))
+      (license license:gpl3+))))
 
 (define-public emacs-libmpdel
   (package
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#71066; Package guix-patches. (Wed, 19 Jun 2024 11:18:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org>
Cc: 71066-done <at> debbugs.gnu.org, Nicolas Graves <ngraves <at> ngraves.fr>
Subject: Re: [bug#71066] [PATCH] gnu: emacs-nyxt: Update to 0.1.0-0.5f732e3.
Date: Wed, 19 Jun 2024 13:17:31 +0200
Hello,

Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-nyxt): Update to 0.1.0-0.5f732e3.

Closing this as a more recent version has been pushed. Thanks!

Regards,
-- 
Nicolas Goaziou






Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Wed, 19 Jun 2024 11:18:03 GMT) Full text and rfc822 format available.

Notification sent to Nicolas Graves <ngraves <at> ngraves.fr>:
bug acknowledged by developer. (Wed, 19 Jun 2024 11:18:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 17 Jul 2024 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 339 days ago.

Previous Next


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