* [bug#62150] [PATCH] gnu: Add sbcl-stumpwm-hostname.
@ 2023-03-12 18:52 jgart via Guix-patches via
2023-03-15 14:50 ` bug#62150: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2023-03-12 18:52 UTC (permalink / raw)
To: 62150; +Cc: jgart
* gnu/packages/wm.scm (sbcl-stumpwm-hostname): New variable.
---
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..d732550082 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -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 @@ (define-public sbcl-stumpwm-screenshot
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)
--
2.39.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#62150: [PATCH] gnu: Add sbcl-stumpwm-hostname.
2023-03-12 18:52 [bug#62150] [PATCH] gnu: Add sbcl-stumpwm-hostname jgart via Guix-patches via
@ 2023-03-15 14:50 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-03-15 14:50 UTC (permalink / raw)
To: jgart; +Cc: 62150-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 8a479494633395f5a4a088e2c52380bcb22f4fe8.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-15 14:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-12 18:52 [bug#62150] [PATCH] gnu: Add sbcl-stumpwm-hostname jgart via Guix-patches via
2023-03-15 14:50 ` bug#62150: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.