me
/
guix
Archived
1
0
Fork 0

gnu: emacs-org-sidebar: Improve package style.

* gnu/packages/emacs-xyz.scm (emacs-org-sidebar)[propagated-inputs]: Re-order
inputs alphabetically.

Change-Id: I724c97f5235c3b7315d26a66e23114116b28f9d4
master
Nicolas Goaziou 2024-01-04 11:45:12 +01:00
parent f6fb1bbe2f
commit 69e59613dc
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 4 additions and 1 deletions

View File

@ -11143,7 +11143,10 @@ started with 20 minutes. All values are customizable.")
(base32 "1gccih9wgi31m59flljw4cphfyhlfcqbjih91gkcnldq5z7n83nj"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-dash emacs-org-super-agenda emacs-org emacs-org-ql
(list emacs-dash
emacs-org
emacs-org-ql
emacs-org-super-agenda
emacs-s))
(home-page "https://github.com/alphapapa/org-sidebar")
(synopsis "Helpful sidebar for Org buffers")