From 8a479494633395f5a4a088e2c52380bcb22f4fe8 Mon Sep 17 00:00:00 2001 From: jgart Date: Sun, 12 Mar 2023 19:52:54 +0100 Subject: gnu: Add sbcl-stumpwm-hostname. * gnu/packages/wm.scm (sbcl-stumpwm-hostname): New variable. Signed-off-by: Guillaume Le Vaillant --- gnu/packages/wm.scm | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 92fd740b40..b55525b580 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -46,7 +46,7 @@ ;;; Copyright © 2021 qblade ;;; Copyright © 2021 lasnesne ;;; Copyright © 2021 Petr Hodina -;;; Copyright © 2021 jgart +;;; Copyright © 2021, 2023 jgart ;;; Copyright © 2021 Disseminate Dissent ;;; Copyright © 2022 John Kehayias ;;; Copyright © 2022 Gabriel Wicki @@ -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) -- cgit v1.2.3