guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/18: gnu: Add emacs-flymake-popon.


From: guix-commits
Subject: 16/18: gnu: Add emacs-flymake-popon.
Date: Sat, 8 Apr 2023 08:14:51 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5b9f07bb072d134f0877d89385538c0c6e743102
Author: jgart <jgart@dismail.de>
AuthorDate: Thu Apr 6 00:52:54 2023 -0500

    gnu: Add emacs-flymake-popon.
    
    * gnu/packages/emacs-xyz.scm (emacs-flymake-popon): New variable.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 84642bae71..8efd1b0029 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2305,6 +2305,29 @@ and help selectively enable or disable diagnostic 
functions based on major
 modes.")
     (license license:expat)))
 
+(define-public emacs-flymake-popon
+  (package
+    (name "emacs-flymake-popon")
+    (version "0.5.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://codeberg.org/akib/emacs-flymake-popon";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "0ljqnnl5k2f62ilahilx0ldv0spjp9hpgyikd4py1348flzq4k31"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+      (list emacs-popon
+            emacs-posframe))
+    (home-page "https://codeberg.org/akib/emacs-flymake-popon";)
+    (synopsis "Flymake diagnostics on cursor hover")
+    (description "This package shows Flymake diagnostics on cursor hover.")
+    (license license:gpl3+)))
+
 (define-public emacs-flymake-flycheck
   (package
     (name "emacs-flymake-flycheck")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]