gnu: Add sbcl-stumpwm-kbd-layouts.

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

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
Katherine Cox-Buday 2020-06-04 17:41:53 -05:00 committed by Oleg Pykhalov
parent 1afe58e47f
commit b70e612b9a
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 16 additions and 0 deletions

View File

@ -1841,6 +1841,22 @@ between windows.")
(filter (lambda (a) (string-contains a "linux")) %supported-systems))
(license license:gpl3+)))
(define-public sbcl-stumpwm-kbd-layouts
(package
(inherit stumpwm-contrib)
(name "sbcl-stumpwm-kbd-layouts")
(arguments
'(#:asd-system-name "kbd-layouts"
#:tests? #f
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'chdir (lambda _ (chdir "util/kbd-layouts") #t)))))
(home-page
"https://github.com/stumpwm/stumpwm-contrib/tree/master/util/kbd-layouts")
(synopsis "Keyboard layout switcher for StumpWM")
(description "Keyboard layout switcher for StumpWM")
(license license:gpl3+)))
(define-public lemonbar
(let ((commit "35183ab81d2128dbb7b6d8e119cc57846bcefdb4")
(revision "1"))