guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-flycheck-grammalecte: Fix build.


From: guix-commits
Subject: branch master updated: gnu: emacs-flycheck-grammalecte: Fix build.
Date: Thu, 28 Jan 2021 12:07:16 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 33a61d6  gnu: emacs-flycheck-grammalecte: Fix build.
33a61d6 is described below

commit 33a61d65b79b81859f1f97e5dac395c8df88beed
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jan 28 18:06:25 2021 +0100

    gnu: emacs-flycheck-grammalecte: Fix build.
    
    * gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte)[arguments]: Fix 
typo
    in variable name.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9b648da..44e97bf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4769,7 +4769,7 @@ for Flow files.")
            (lambda* (#:key inputs #:allow-other-keys)
              (make-file-writable "flycheck-grammalecte.el")
              (emacs-substitute-variables "flycheck-grammalecte.el"
-               ("flycheck-grammalecte--grammalecte-directory"
+               ("flycheck-grammalecte-grammalecte-directory"
                 (string-append (assoc-ref inputs "grammalecte")
                                "/lib/python"
                                ,(version-major+minor (package-version python))



reply via email to

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