me
/
guix
Archived
1
0
Fork 0

gnu: emacs-flycheck-grammalecte: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte)[arguments]: Fix typo
in variable name.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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))