GNU bug report logs -
#37317
[PATCH] Add emacs-flyspell-grammalecte
Previous Next
Full log
Message #8 received at 37317 <at> debbugs.gnu.org (full text, mbox):
Completing myself,
Nicolas Goaziou <mail <at> nicolasgoaziou.fr> writes:
> + (add-after 'install 'link-to-grammalecte
> + ;; The package expects grammalecte to be in a sub-directory.
> + ;; Symlink it there from the store.
> + (lambda* (#:key inputs outputs #:allow-other-keys)
> + (let ((grammalecte (assoc-ref inputs "grammalecte"))
> + (out (assoc-ref outputs "out"))
> + (version ,(version-major+minor (package-version python))))
> + (with-directory-excursion
> + (string-append out
> + "/share/emacs/site-lisp/guix.d/"
> + "flycheck-grammalecte-" ,version)
> + (symlink (string-append grammalecte "/lib/"
> + "python" version "/site-packages/"
> + "grammalecte")
> + "grammalecte"))))))))
I forgot a #t here. I'll add it. I'm not sending the updated patch.
> + (inputs
> + `(("grammalecte" ,grammalecte)
> + ("python" ,python)))
> + (propagated-inputs
> + `(("emacs-flycheck" ,emacs-flycheck)))
> + (home-page "https://git.deparis.io/flycheck-grammalecte/")
> + (synopsis "Integrate Grammalecte with Flycheck")
> + (description "Integrate the French grammar and typography checker
> +Grammalecte with Flycheck to automatically look for mistakes in your
> +writings. It also provides an easy way to find synonyms and antonyms for
Missing space here. Also fixed.
This bug report was last modified 5 years and 316 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.