rekahsoft-gnu: Remove treemacs-extra (use guix channel instead)

* rekahsoft-gnu/packages/emacs-xyz.scm (emacs-treemacs-extra-20201225):
Remove variable
This commit is contained in:
Collin J. Doering 2022-04-08 21:16:46 -04:00
parent 134135c423
commit de5c387199
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 0 additions and 21 deletions

View File

@ -60,27 +60,6 @@
((#:phases phases)
`(alist-delete 'check ,phases)))))))
(define-public emacs-treemacs-extra-20201225
(package
(inherit emacs-treemacs-20201225)
(name "emacs-treemacs-extra-20201225")
(propagated-inputs
`(,@(package-propagated-inputs emacs-treemacs-20201225)
("emacs-evil" ,emacs-evil)
("emacs-magit" ,emacs-magit)
("emacs-projectile" ,emacs-projectile)
("emacs-persp-mode" ,emacs-persp-mode)
("emacs-all-the-icons" ,emacs-all-the-icons-20201225)
("emacs-perspective" ,emacs-perspective)))
(arguments
(substitute-keyword-arguments
(package-arguments emacs-treemacs-20201225)
((#:phases phases)
`(modify-phases ,phases
(add-after 'chdir-elisp 'copy-extra
(lambda _
(copy-recursively "../extra" ".")))))))))
(define-public emacs-all-the-icons-20201225
(let ((commit "6917b08f64dd8487e23769433d6cb9ba11f4152f")
(revision "1"))