GNU Guix channel for my packages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

20 lines
644 B

(define-module (vilor packages vilor-dwm)
#:use-module (gnu packages suckless)
#:use-module (guix git-download)
#:use-module (guix packages)
#:use-module (vilor packages))
(define-public vilor-dwm
(package
(inherit dwm)
(name "vilor-dwm")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "http://notabug.org/vilor/dwm.git")
(commit "10ac986e4f54a3334308d130e6bd140e7d5918e7")))
(sha256
(base32 "0gcf16n91l79mdn9r3x8732b1rwf1j0c45f1mb4wbgglkz46yhsi"))))
(home-page "http://notabug.org/vilor/dwm")
(synopsis "Patched and configured dwm 6.2")))