[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66566] [PATCH 3/3] gnu: Remove emacs-poke.
From: |
Bruno Victal |
Subject: |
[bug#66566] [PATCH 3/3] gnu: Remove emacs-poke. |
Date: |
Sun, 15 Oct 2023 18:47:08 +0100 |
This naming conflicts with the ELPA 'poke' package, a emacs interface to
GNU poke.
* gnu/packages/engineering.scm (emacs-poke): Remove variable.
---
gnu/packages/engineering.scm | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 112417b30e..a00c098f90 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -3271,24 +3271,6 @@ (define-public poke
data structures and to operate on them.")
(license license:gpl3+)))
-(define-public emacs-poke
- (package
- (inherit poke)
- (name "emacs-poke")
- (build-system emacs-build-system)
- (arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- (add-before 'expand-load-path 'change-working-directory
- (lambda _ (chdir "etc"))))))
- (inputs '())
- (native-inputs '())
- (synopsis "GNU Poke major modes for Emacs")
- (description
- "This package provides two Emacs major modes for working with GNU Poke:
-@code{Poke Ras mode} and @code{Poke Map mode}.")))
-
(define-public pcb2gcode
(package
(name "pcb2gcode")
--
2.41.0
[bug#66566] [PATCH 1/3] gnu: poke: Revise package definition., Bruno Victal, 2023/10/15