GNU bug report logs -
#40258
[PATCH] gnu: Add emacs-flycheck-elm.
Previous Next
Reported by: John Soo <jsoo1 <at> asu.edu>
Date: Fri, 27 Mar 2020 21:43:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello,
John Soo <jsoo1 <at> asu.edu> writes:
> Subject: [PATCH] gnu: Add emacs-flycheck-elm.
>
> * gnu/packages/emacs-xyz.scm (emacs-flycheck-elm): New variable.
Thank you.
> +;;; Copyright © 2020 John Soo <jsoo1 <at> asu.edu>
You can remove this line, already applied in a previous patch.
> +(define-public emacs-flycheck-elm
> + (package
> + (name "emacs-flycheck-elm")
> + (version "debd0af")
This is not a proper version string (not monotonic). You should bind
`commit' to "debd0af563cb6c2944367a691c7fa3021d9378c1" and `revision' to
"O" at the top of your package definition, and use
(version (git-version "0" revision commit))
> + (commit version)))
In the case above, this should be:
(commit commit)
> + (inputs
> + `(("emacs-flycheck" ,emacs-flycheck)
> + ("emacs-let-alist" ,emacs-let-alist)
> + ("emacs-seq" ,emacs-seq)))
I don't think you need "emacs-seq" since we build packages with Emacs
26.3, which includes "seq.el" already.
> + (build-system emacs-build-system)
> + (home-page "https://github.com/bsermons/flycheck-elm")
> + (synopsis "Flycheck support for the elm language")
> + (description "Flycheck support for the elm language.")
Nitpick: I would use Elm.
The description needs to be a full sentence.
> + (license license:gpl2+)))
All source code files are GPL3+, so this probably makes the project
GPL3+ licensed. LICENSE file is GPL2 (not 2+), but I would trust source
code in this case.
You may want to tell upstream about this discrepancy.
Could you send an updated patch?
Regards,
--
Nicolas Goaziou
This bug report was last modified 5 years and 138 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.