mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-01-22 02:05:25 +00:00
rosenthal: Add emacs-god-mode-dev.
* rosenthal/packages/emacs-xyz.scm (emacs-god-mode-dev): New variable.
This commit is contained in:
parent
17fd8f49f1
commit
340bdd232f
@ -47,3 +47,20 @@
|
||||
(propagated-inputs
|
||||
(modify-inputs (package-propagated-inputs base)
|
||||
(delete "emacs-all-the-icons" "emacs-dash"))))))
|
||||
|
||||
(define-public emacs-god-mode-dev
|
||||
(let ((revision "16")
|
||||
(commit "49c1a1753188e5b2788b8c1f1f9fbd1264460bab"))
|
||||
(package
|
||||
(inherit emacs-god-mode)
|
||||
(name "emacs-god-mode-dev")
|
||||
(version (git-version "2.17.3" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/emacsorphanage/god-mode")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0h1kfvr4zahk8ihvri1r16b2nkg3dg3524ic64c6w0jing2gr37c")))))))
|
||||
|
Loading…
Reference in New Issue
Block a user