mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: emacs-discomfort: Propagate inputs.
* gnu/packages/emacs-xyz.scm (emacs-discomfort): Use propagated-inputs for runtime dependencies. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Ifbe4d9229ed1714eae0441d5fc4f600cf6a896dc
This commit is contained in:
parent
6c05fb9286
commit
39330065d6
1 changed files with 1 additions and 1 deletions
|
@ -34967,7 +34967,7 @@ (define-public emacs-discomfort
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "01p4bfiasqxfmp9x1bxdc7763bh712d3vlp2014y8pzrwb1jqdaq"))))
|
(base32 "01p4bfiasqxfmp9x1bxdc7763bh712d3vlp2014y8pzrwb1jqdaq"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(inputs (list emacs-debase))
|
(propagated-inputs (list emacs-debase))
|
||||||
(home-page "https://codeberg.org/emacs-weirdware/discomfort")
|
(home-page "https://codeberg.org/emacs-weirdware/discomfort")
|
||||||
(synopsis "User interface to mount & unmount disks in Emacs.")
|
(synopsis "User interface to mount & unmount disks in Emacs.")
|
||||||
(description "Discomfort is an interface to mount and unmount disks in Emacs, using UDisks2.")
|
(description "Discomfort is an interface to mount and unmount disks in Emacs, using UDisks2.")
|
||||||
|
|
Loading…
Reference in a new issue