guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: Remove deprecated sbcl-stumpwm aliases.


From: guix-commits
Subject: 03/04: gnu: Remove deprecated sbcl-stumpwm aliases.
Date: Sat, 18 Feb 2023 05:33:31 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit f447ce08faee87ab90885e51964401671f4ff710
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Feb 18 10:49:40 2023 +0100

    gnu: Remove deprecated sbcl-stumpwm aliases.
    
    * gnu/packages/wm.scm (sbcl-stumpwm, sbcl-stumpwm+slynk): Remove variables.
---
 gnu/packages/wm.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 2f102a9a9f..5c391f5e1b 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2032,9 +2032,6 @@ productive, customizable lisp based systems.")
     (license license:gpl2+)
     (properties `((cl-source-variant . ,(delay cl-stumpwm))))))
 
-(define-public sbcl-stumpwm
-  (deprecated-package "sbcl-stumpwm" stumpwm))
-
 (define-public cl-stumpwm
   (package
     (inherit (sbcl-package->cl-source-package stumpwm))
@@ -2151,9 +2148,6 @@ productive, customizable lisp based systems.")
 control module for StumpWM.")
       (license license:gpl3))))
 
-(define-public sbcl-stumpwm+slynk
-  (deprecated-package "sbcl-stumpwm-with-slynk" stumpwm+slynk))
-
 (define-public sbcl-stumpwm-ttf-fonts
   (package
     (inherit stumpwm-contrib)



reply via email to

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