me
/
guix
Archived
1
0
Fork 0

gnu: Add sbcl-stumpwm-numpad-layouts.

* gnu/packages/wm.scm (sbcl-stumpwm-numpad-layouts): New variable.
master
Guillaume Le Vaillant 2020-11-30 14:32:55 +01:00
parent dfb85d1e9c
commit 680102aa2d
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 19 additions and 0 deletions

View File

@ -1891,6 +1891,25 @@ between windows.")
(description "Keyboard layout switcher for StumpWM")
(license license:gpl3+)))
(define-public sbcl-stumpwm-numpad-layouts
(package
(inherit stumpwm-contrib)
(name "sbcl-stumpwm-numpad-layouts")
(arguments
'(#:asd-systems '("numpad-layouts")
#:tests? #f
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'chdir
(lambda _
(chdir "util/numpad-layouts"))))))
(home-page
"https://github.com/stumpwm/stumpwm-contrib/tree/master/util/numpad-layouts")
(synopsis "Keyboard numpad layouts for StumpWM")
(description "This is a module for handling different keyboards numpad
layouts in StumpWM.")
(license license:gpl3+)))
(define-public lemonbar
(let ((commit "35183ab81d2128dbb7b6d8e119cc57846bcefdb4")
(revision "1"))