summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2026-01-13 12:45:49 -0500
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:24:11 +0100
commit030bd035ae6de730dfa77f3bfcee770a835d1d2e (patch)
treecc9c52b37cf647fae4e9abadeed38cfbed958a9b
parent9665a8cdc6e29b51ffc7f8bb342605548aec3533 (diff)
gnu: Remove emacs-nyxt.
* gnu/packages/emacs-xyz.scm (emacs-nyxt): Delete variable. Change-Id: Id965b961c850f84239a7df246790ae734dc7d6b4 Signed-off-by: Andreas Enge <andreas@enge.fr> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
-rw-r--r--gnu/packages/emacs-xyz.scm34
1 files changed, 0 insertions, 34 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bfc816ce233..4cd8751b55c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35631,40 +35631,6 @@ Nix expressions. It supports syntax highlighting, indenting and refilling of
comments.")
(license license:lgpl2.1+)))
-(define-public emacs-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+))))
-
(define-public emacs-libmpdel
(package
(name "emacs-libmpdel")