mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
gnu: Add sbcl-stumpwm-binwarp.
* gnu/packages/wm.scm (sbcl-stumpwm-binwarp): New variable. Change-Id: Iddf89b0ed79bcf88b35356197ab283916c87f958 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
cf5f7a8bf9
commit
360fea15cb
1 changed files with 18 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
||||||
;;; Copyright © 2024 chris <chris@bumblehead.com>
|
;;; Copyright © 2024 chris <chris@bumblehead.com>
|
||||||
;;; Copyright © 2024 Erik Eduardo Alonso Hernández <erik@erikeduardo.xyz>
|
;;; Copyright © 2024 Erik Eduardo Alonso Hernández <erik@erikeduardo.xyz>
|
||||||
;;; Copyright © 2024 James Smith <jsubuntuxp@disroot.org>
|
;;; Copyright © 2024 James Smith <jsubuntuxp@disroot.org>
|
||||||
|
;;; Copyright © 2024 bigbug <bigbookofbug@proton.me>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -2590,6 +2591,23 @@ (define-public sbcl-stumpwm-pamixer
|
||||||
control module for StumpWM.")
|
control module for StumpWM.")
|
||||||
(license license:gpl3))))
|
(license license:gpl3))))
|
||||||
|
|
||||||
|
(define-public sbcl-stumpwm-binwarp
|
||||||
|
(package
|
||||||
|
(inherit stumpwm-contrib)
|
||||||
|
(name "sbcl-stumpwm-binwarp")
|
||||||
|
(arguments
|
||||||
|
'(#:asd-systems '("binwarp")
|
||||||
|
#:tests? #f
|
||||||
|
#:phases
|
||||||
|
(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'chdir
|
||||||
|
(lambda _ (chdir "util/binwarp"))))))
|
||||||
|
(home-page "https://github.com/stumpwm/stumpwm-contrib")
|
||||||
|
(synopsis "Keyboard-driven divide-and-conquer mouse control mode")
|
||||||
|
(description "This package provides a keyboard-driven divide-and-conquer
|
||||||
|
mouse control mode for StumpWM.")
|
||||||
|
(license (list license:gpl2+ license:gpl3+ license:bsd-2))))
|
||||||
|
|
||||||
(define-public sbcl-stumpwm-ttf-fonts
|
(define-public sbcl-stumpwm-ttf-fonts
|
||||||
(package
|
(package
|
||||||
(inherit stumpwm-contrib)
|
(inherit stumpwm-contrib)
|
||||||
|
|
Loading…
Reference in a new issue