3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Remove deprecated sbcl-stumpwm aliases.

* gnu/packages/wm.scm (sbcl-stumpwm, sbcl-stumpwm+slynk): Remove variables.
This commit is contained in:
Guillaume Le Vaillant 2023-02-18 10:49:40 +01:00
parent 7b9725ed65
commit f447ce08fa
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -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)