gnu: emacs-zerodark-theme: Fix modeline.

* gnu/packages/emacs-xyz.scm (emacs-zerodark-theme)[propagated-inputs]:
Add emacs-flycheck to prevent errors when themed modeline is active.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Giacomo Leidi 2019-08-26 21:18:28 +02:00 committed by Nicolas Goaziou
parent 296b3de614
commit ff33283c30
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 1 deletions

View File

@ -17418,7 +17418,8 @@ connections using TLS encryption.")
"0nnlxzsmhsbszqigcyxak9i1a0digrd13gv6v18ck4h760mihh1m"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-all-the-icons" ,emacs-all-the-icons)))
`(("emacs-flycheck" ,emacs-flycheck)
("emacs-all-the-icons" ,emacs-all-the-icons)))
(home-page
"https://gitlab.petton.fr/nico/zerodark-theme")
(synopsis