guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: Remove a couple of old deprecated package aliases.


From: Ludovic Courtès
Subject: 02/06: gnu: Remove a couple of old deprecated package aliases.
Date: Mon, 30 Apr 2018 08:37:25 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f675d8b97d2f2acd5277088940601cf5f2eb43db
Author: Ludovic Courtès <address@hidden>
Date:   Mon Apr 30 12:00:21 2018 +0200

    gnu: Remove a couple of old deprecated package aliases.
    
    * gnu/packages/emacs.scm (geiser-next, paredit/old-name): Remove.
---
 gnu/packages/emacs.scm | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 8112ec9..4738310 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -351,10 +351,6 @@ implementation, Emacs and, ultimately, the schemer, giving 
them access to live
 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 @@ for those who may want transient periods of unbalanced 
parentheses, such as
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]