mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add emacs-discomfort.
* gnu/packages/emacs-xyz.scm (emacs-discomfort): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
6b5221d724
commit
e72af64dd3
1 changed files with 22 additions and 0 deletions
|
@ -34914,6 +34914,28 @@ (define-public emacs-debase
|
||||||
services inside Emacs.")
|
services inside Emacs.")
|
||||||
(license (list license:gpl3+)))))
|
(license (list license:gpl3+)))))
|
||||||
|
|
||||||
|
(define-public emacs-discomfort
|
||||||
|
(let ((commit "873eea833bbae7196b92bb1102494b8bf5dc5df6")
|
||||||
|
(revision "1"))
|
||||||
|
(package
|
||||||
|
(name "emacs-discomfort")
|
||||||
|
(version (git-version "0" revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://codeberg.org/emacs-weirdware/discomfort.git")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "01p4bfiasqxfmp9x1bxdc7763bh712d3vlp2014y8pzrwb1jqdaq"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(inputs (list emacs-debase))
|
||||||
|
(home-page "https://codeberg.org/emacs-weirdware/discomfort")
|
||||||
|
(synopsis "User interface to mount & unmount disks in Emacs.")
|
||||||
|
(description "Discomfort is an interface to mount and unmount disks in Emacs, using UDisks2.")
|
||||||
|
(license (list license:gpl3+)))))
|
||||||
|
|
||||||
(define-public emacs-psession
|
(define-public emacs-psession
|
||||||
(let ((commit "3e97267c92b164584e06a6c70ee7491714c7c12c")
|
(let ((commit "3e97267c92b164584e06a6c70ee7491714c7c12c")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
|
|
Loading…
Reference in a new issue