mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02:00
gnu: emacs-treemacs-extra: Add extra directory.
* gnu/packages/emacs-xyz.scm (emacs-treemacs-extra): Add extra directory. [arguments]<#:phases>{copy-extra}: Remove. <#:tests>: Disable. <#:lisp-directory>: Set to src/extra. [propagated-inputs]: Add emacs-treemacs. Fixes #761. Change-Id: I499c56f73f960506b871c054050f2a35b83612dd Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
c76b30aaae
commit
1f8e39638c
1 changed files with 4 additions and 7 deletions
|
@ -34854,13 +34854,9 @@ utilities.")
|
||||||
(inherit emacs-treemacs)
|
(inherit emacs-treemacs)
|
||||||
(name "emacs-treemacs-extra")
|
(name "emacs-treemacs-extra")
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments
|
(list
|
||||||
(package-arguments emacs-treemacs)
|
#:tests? #f ;no test suite
|
||||||
((#:phases phases)
|
#:lisp-directory "src/extra"))
|
||||||
#~(modify-phases #$phases
|
|
||||||
(add-after 'unpack 'copy-extra
|
|
||||||
(lambda _
|
|
||||||
(copy-recursively "../extra" ".")))))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(modify-inputs (package-propagated-inputs emacs-treemacs)
|
(modify-inputs (package-propagated-inputs emacs-treemacs)
|
||||||
(append emacs-all-the-icons
|
(append emacs-all-the-icons
|
||||||
|
@ -34869,6 +34865,7 @@ utilities.")
|
||||||
emacs-projectile
|
emacs-projectile
|
||||||
emacs-persp-mode
|
emacs-persp-mode
|
||||||
emacs-perspective
|
emacs-perspective
|
||||||
|
emacs-treemacs
|
||||||
mu)))))
|
mu)))))
|
||||||
|
|
||||||
(define-public emacs-treemacs-nerd-icons
|
(define-public emacs-treemacs-nerd-icons
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue