mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -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)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(make-file-writable "flycheck-grammalecte.el")
|
(make-file-writable "flycheck-grammalecte.el")
|
||||||
(emacs-substitute-variables "flycheck-grammalecte.el"
|
(emacs-substitute-variables "flycheck-grammalecte.el"
|
||||||
("flycheck-grammalecte--grammalecte-directory"
|
("flycheck-grammalecte-grammalecte-directory"
|
||||||
(string-append (assoc-ref inputs "grammalecte")
|
(string-append (assoc-ref inputs "grammalecte")
|
||||||
"/lib/python"
|
"/lib/python"
|
||||||
,(version-major+minor (package-version python))
|
,(version-major+minor (package-version python))
|
||||||
|
|
Loading…
Reference in a new issue