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:
Sergey Trofimov 2023-11-29 22:33:06 +01:00 committed by Nicolas Goaziou
parent 6c05fb9286
commit 39330065d6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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.")