* [bug#71066] [PATCH] gnu: emacs-nyxt: Update to 0.1.0-0.5f732e3.
@ 2024-05-19 14:50 Nicolas Graves via Guix-patches via
2024-06-19 11:17 ` bug#71066: " Nicolas Goaziou via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-05-19 14:50 UTC (permalink / raw)
To: 71066; +Cc: ngraves
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#71066: [PATCH] gnu: emacs-nyxt: Update to 0.1.0-0.5f732e3.
2024-05-19 14:50 [bug#71066] [PATCH] gnu: emacs-nyxt: Update to 0.1.0-0.5f732e3 Nicolas Graves via Guix-patches via
@ 2024-06-19 11:17 ` Nicolas Goaziou via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-06-19 11:17 UTC (permalink / raw)
To: Nicolas Graves via Guix-patches via; +Cc: 71066-done, Nicolas Graves
Hello,
Nicolas Graves via Guix-patches via <guix-patches@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-19 11:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-19 14:50 [bug#71066] [PATCH] gnu: emacs-nyxt: Update to 0.1.0-0.5f732e3 Nicolas Graves via Guix-patches via
2024-06-19 11:17 ` bug#71066: " Nicolas Goaziou via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).