mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: Add sbcl-stumpwm-wifi.
* gnu/packages/wm.scm (sbcl-stumpwm-wifi): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
parent
ea94e4d38e
commit
86ee8d15aa
1 changed files with 18 additions and 0 deletions
|
@ -1801,6 +1801,24 @@ (define-public sbcl-stumpwm-net
|
|||
(filter (lambda (a) (string-contains a "linux")) %supported-systems))
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public sbcl-stumpwm-wifi
|
||||
(package
|
||||
(inherit stumpwm-contrib)
|
||||
(name "sbcl-stumpwm-wifi")
|
||||
(arguments
|
||||
'(#:asd-system-name "wifi"
|
||||
#:tests? #f
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'chdir (lambda _ (chdir "modeline/wifi") #t)))))
|
||||
(home-page
|
||||
"https://github.com/stumpwm/stumpwm-contrib/tree/master/modeline/wifi")
|
||||
(synopsis "Modeline support for wifi connectivity")
|
||||
(description "Modeline support for wifi connectivity.")
|
||||
(supported-systems
|
||||
(filter (lambda (a) (string-contains a "linux")) %supported-systems))
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public lemonbar
|
||||
(let ((commit "35183ab81d2128dbb7b6d8e119cc57846bcefdb4")
|
||||
(revision "1"))
|
||||
|
|
Loading…
Reference in a new issue