mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: emacs-treemacs-extra: Add missing inputs
* gnu/packages/emacs-xyz.scm (emacs-treemacs-extra)[propagated-inputs]: Add emacs-all-the-icons, emacs-perspective Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
c5258ee6f4
commit
340a91d905
1 changed files with 3 additions and 0 deletions
|
@ -102,6 +102,7 @@
|
|||
;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
|
||||
;;; Copyright © 2021 Noisytoot <noisytoot@disroot.org>
|
||||
;;; Copyright © 2021 Simon South <simon@simonsouth.net>
|
||||
;;; Copyright © 2021 la snesne <lasnesne@lagunposprasihopre.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -23902,9 +23903,11 @@ (define-public emacs-treemacs-extra
|
|||
(name "emacs-treemacs-extra")
|
||||
(propagated-inputs
|
||||
`(,@(package-propagated-inputs emacs-treemacs)
|
||||
("emacs-all-the-icons" ,emacs-all-the-icons)
|
||||
("emacs-evil" ,emacs-evil)
|
||||
("emacs-magit" ,emacs-magit)
|
||||
("emacs-projectile" ,emacs-projectile)
|
||||
("emacs-perspective" ,emacs-perspective)
|
||||
("emacs-persp-mode" ,emacs-persp-mode)))
|
||||
(arguments
|
||||
(substitute-keyword-arguments
|
||||
|
|
Loading…
Reference in a new issue