all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#60394] [PATCH] gnu: Add sxmo-dwm.
@ 2022-12-29  4:58 jgart via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: jgart via Guix-patches via @ 2022-12-29  4:58 UTC (permalink / raw)
  To: 60394; +Cc: jgart

* gnu/packages/suckless.scm (sxmo-dwm): New variable.
---
 gnu/packages/suckless.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-29  4:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-29  4:58 [bug#60394] [PATCH] gnu: Add sxmo-dwm jgart via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.