mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-26 04:06:49 +01:00
gnu: Remove deprecated sbcl-stumpwm aliases.
* gnu/packages/wm.scm (sbcl-stumpwm, sbcl-stumpwm+slynk): Remove variables.
This commit is contained in:
parent
7b9725ed65
commit
f447ce08fa
1 changed files with 0 additions and 6 deletions
|
@ -2032,9 +2032,6 @@ (define-public stumpwm
|
|||
(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 @@ (define-public sbcl-stumpwm-pamixer
|
|||
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)
|
||||
|
|
Loading…
Reference in a new issue