gnu: Remove a couple of old deprecated package aliases.

* gnu/packages/emacs.scm (geiser-next, paredit/old-name): Remove.
This commit is contained in:
Ludovic Courtès 2018-04-30 12:00:21 +02:00
parent 3edbe53924
commit f675d8b97d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -351,10 +351,6 @@ (define-public geiser
metadata.")
(license license:bsd-3)))
(define-public geiser-next
;; This has become "geiser".
(deprecated-package "geiser-next" geiser))
(define-public paredit
(package
(name "emacs-paredit")
@ -380,9 +376,6 @@ (define-public paredit
when typing parentheses directly or commenting out code line by line.")
(license license:gpl3+)))
(define-public paredit/old-name
(deprecated-package "paredit" paredit))
(define-public git-modes
(package
(name "emacs-git-modes")