gnu: emacs-flycheck-grammalecte: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte)[arguments]: Fix typo
in variable name.
This commit is contained in:
Nicolas Goaziou 2021-01-28 18:06:25 +01:00
parent ca5a791f62
commit 33a61d65b7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4769,7 +4769,7 @@ (define-public emacs-flycheck-grammalecte
(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))