mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
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:
parent
ca5a791f62
commit
33a61d65b7
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue