[PATCH] gnu: Add sxmo-dwm.

  • Done
  • quality assurance status badge
Details
One participant
  • jgart
Owner
unassigned
Submitted by
jgart
Severity
normal
J
(address . guix-patches@gnu.org)(name . jgart)(address . jgart@dismail.de)
20221229045820.4810-1-jgart@dismail.de
* gnu/packages/suckless.scm (sxmo-dwm): New variable.
---
gnu/packages/suckless.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)

Toggle diff (32 lines)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index f8db386365..3582343c90 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -525,6 +525,25 @@ (define-public sxmo-dmenu
selection along with some other patches.")
(license license:expat)))
+(define-public sxmo-dwm
+ (package
+ (inherit dwm)
+ (name "sxmo-dwm")
+ (version "6.2.15")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://git.sr.ht/~mil/sxmo-dwm")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1laidsmdjgm95kh00hq2xdlvcc46jnpzvgzm82clz3m6c037d2i9"))))
+ (home-page "https://git.sr.ht/~mil/sxmo-dwm")
+ (synopsis "Dwm for sxmo - multikey, swallow, dock, among other patches")
+ (license license:expat)))
+
(define-public surf
(package
(name "surf")
--
2.38.1
J
(address . 60394-done@debbugs.gnu.org)
5b9cccbb48cb901855b7ddaf435a77b887c789bf@dismail.de
Feel free to reopen if working it.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 60394@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 60394
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch