unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37077] [PATCH] gnu: emacs-zerodark-theme: Fix modeline.
@ 2019-08-18 23:10 Giacomo Leidi
  2019-08-26 18:59 ` goodoldpaul
  0 siblings, 1 reply; 3+ messages in thread
From: Giacomo Leidi @ 2019-08-18 23:10 UTC (permalink / raw)
  To: 37077

* gnu/packages/emacs-xyz.scm (emacs-zerodark-theme)[propagated-inputs]:
Add emacs-flycheck to prevent errors when themed modeline is active.
---
 gnu/packages/emacs-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index adab7d87d2..8e8566978b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17107,7 +17107,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
-- 
2.23.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#37077] [PATCH] gnu: emacs-zerodark-theme: Fix modeline.
  2019-08-18 23:10 [bug#37077] [PATCH] gnu: emacs-zerodark-theme: Fix modeline Giacomo Leidi
@ 2019-08-26 18:59 ` goodoldpaul
  2019-08-26 19:21   ` bug#37077: " Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: goodoldpaul @ 2019-08-26 18:59 UTC (permalink / raw)
  To: 37077

Friendly ping ;)

Thanks

Giacomo

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#37077: [PATCH] gnu: emacs-zerodark-theme: Fix modeline.
  2019-08-26 18:59 ` goodoldpaul
@ 2019-08-26 19:21   ` Nicolas Goaziou
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2019-08-26 19:21 UTC (permalink / raw)
  To: goodoldpaul; +Cc: 37077-done

Hello,

goodoldpaul@autistici.org writes:

> Friendly ping ;)

Applied. Thank you.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-08-26 19:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-18 23:10 [bug#37077] [PATCH] gnu: emacs-zerodark-theme: Fix modeline Giacomo Leidi
2019-08-26 18:59 ` goodoldpaul
2019-08-26 19:21   ` bug#37077: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).