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:
		
							parent
							
								
									1afe58e47f
								
							
						
					
					
						commit
						b70e612b9a
					
				
					 1 changed files with 16 additions and 0 deletions
				
			
		| 
						 | 
					@ -1841,6 +1841,22 @@ between windows.")
 | 
				
			||||||
     (filter (lambda (a) (string-contains a "linux")) %supported-systems))
 | 
					     (filter (lambda (a) (string-contains a "linux")) %supported-systems))
 | 
				
			||||||
    (license license:gpl3+)))
 | 
					    (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
 | 
					(define-public lemonbar
 | 
				
			||||||
  (let ((commit "35183ab81d2128dbb7b6d8e119cc57846bcefdb4")
 | 
					  (let ((commit "35183ab81d2128dbb7b6d8e119cc57846bcefdb4")
 | 
				
			||||||
        (revision "1"))
 | 
					        (revision "1"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue