mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-telega-contrib.
* gnu/packages/emacs-xyz.scm (emacs-telega-contrib): New variable.
This commit is contained in:
parent
132560821c
commit
7549981cec
1 changed files with 15 additions and 0 deletions
|
@ -25399,6 +25399,21 @@ Telegram messaging platform.")
|
||||||
(home-page "https://zevlg.github.io/telega.el/")
|
(home-page "https://zevlg.github.io/telega.el/")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
|
(define-public emacs-telega-contrib
|
||||||
|
(package/inherit emacs-telega
|
||||||
|
(name "emacs-telega-contrib")
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:exclude '("telega-live-location.el")
|
||||||
|
#:phases
|
||||||
|
(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'chdir
|
||||||
|
(lambda _ (chdir "contrib") #t)))))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("emacs-telega" ,emacs-telega)
|
||||||
|
("emacs-alert" ,emacs-alert)
|
||||||
|
("emacs-all-the-icons" ,emacs-all-the-icons)))))
|
||||||
|
|
||||||
(define-public emacs-doom-modeline
|
(define-public emacs-doom-modeline
|
||||||
(package
|
(package
|
||||||
(name "emacs-doom-modeline")
|
(name "emacs-doom-modeline")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue