gnu: Remove emacs-poke.
This naming conflicts with the ELPA 'poke' package, a emacs interface to GNU poke. * gnu/packages/engineering.scm (emacs-poke): Turn into a deprecated alias for “poke”. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
parent
ae2f075716
commit
25555c9820
gnu/packages
|
@ -3277,22 +3277,9 @@ data structures and to operate on them.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-poke
|
(define-public emacs-poke
|
||||||
(package
|
;; The 'emacs-poke' name may eventually refer to 'poke' from ELPA, which is
|
||||||
(inherit poke)
|
;; a different beast.
|
||||||
(name "emacs-poke")
|
(deprecated-package "emacs-poke" 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
|
(define-public pcb2gcode
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue