Archived
1
0
Fork 0

gnu: Add sbcl-stumpwm-hostname.

* gnu/packages/wm.scm (sbcl-stumpwm-hostname): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
jgart 2023-03-12 19:52:54 +01:00 committed by Guillaume Le Vaillant
parent 2c58713241
commit 8a47949463
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -46,7 +46,7 @@
;;; Copyright © 2021 qblade <qblade@protonmail.com>
;;; Copyright © 2021 lasnesne <lasnesne@lagunposprasihopre.org>
;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
;;; Copyright © 2021 jgart <jgart@dismail.de>
;;; Copyright © 2021, 2023 jgart <jgart@dismail.de>
;;; Copyright © 2021 Disseminate Dissent <disseminatedissent@protonmail.com>
;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
;;; Copyright © 2022 Gabriel Wicki <gabriel@erlikon.ch>
@ -2377,6 +2377,25 @@ one in Emacs.")
PNG files.")
(license license:gpl3+)))
(define-public sbcl-stumpwm-hostname
(package
(inherit stumpwm-contrib)
(name "sbcl-stumpwm-hostname")
(arguments
'(#:asd-systems '("hostname")
#:tests? #f
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'chdir
(lambda _
(chdir "modeline/hostname"))))))
(home-page
"https://github.com/stumpwm/stumpwm-contrib/tree/master/modeline/hostname")
(synopsis "Put hostname in the StumpWM modeline")
(description "This StumpWM module puts the hostname in the StumpWM
modeline.")
(license license:gpl3+)))
(define-public sbcl-stumpwm-notify
(package
(inherit stumpwm-contrib)