gnu: emacs-tshell: Use builtin transient library.

* gnu/packages/emacs-xyz.scm (emacs-tshell)
[propagated-inputs]: Delete emacs-transient.
This commit is contained in:
Maxim Cournoyer 2022-07-15 23:10:28 -04:00
parent d9e7fd8ca0
commit 0853bd0090
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -30434,8 +30434,6 @@ you use some other configuration.")
(sha256
(base32 "0yv38bqdp6b614lbj4v408vv5mlic3vs1v7266xrfxm1cm903apj"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-transient))
(home-page "https://github.com/TatriX/tshell")
(synopsis "Experimental buffer-oriented Emacs shell")
(description