me
/
guix
Archived
1
0
Fork 0

gnu: Add sbcl-stumpwm-notify.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
master
Trevor Richards 2022-09-12 14:10:30 -07:00 committed by Guillaume Le Vaillant
parent d10bc44c24
commit 63115fafbd
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 24 additions and 0 deletions

View File

@ -56,6 +56,7 @@
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2022 muradm <mail@muradm.net>
;;; Copyright © 2022 Elais Player <elais@fastmail.com>
;;; Copyright © 2022 Trevor Richards <trev@trevdev.ca>
;;;
;;; This file is part of GNU Guix.
;;;
@ -2256,6 +2257,29 @@ one in Emacs.")
PNG files.")
(license license:gpl3+)))
(define-public sbcl-stumpwm-notify
(package
(inherit stumpwm-contrib)
(name "sbcl-stumpwm-notify")
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-bordeaux-threads
sbcl-dbus
sbcl-xml-emitter
(list stumpwm "lib")))
(arguments
'(#:asd-systems '("notify")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'chdir
(lambda _ (chdir "util/notify"))))))
(home-page "https://github.com/stumpwm/stumpwm-contrib")
(synopsis "Notifications server for StumpWM")
(description "This module implements org.freedesktop.Notifications
interface[fn:dbus-spec]. It shows notifications using stumpwm:message
by default.")
(license license:gpl3+)))
(define-public lemonbar
(package
(name "lemonbar")