Hello, Robert Vollmert skribis: > This adds the elm compiler, version 0.19.0. This provides the > `elm` command, with the exception of the `elm reactor` subcommand. > > Named `elm-compiler`, to leave space for `elm` as the full elm > including reactor. > > * gnu/packages/elm.scm: New module. > (elm-compiler): New package. > * gnu/packages/patches/elm-disable-reactor.patch: New patch. > * gnu/packages/patches/elm-fix-map-key.patch: New patch. > * gnu/packages/patches/elm-relax-glsl-bound.patch: New patch. > * gnu/local.mk: Add new files. Finally applied with the minor changes below, which address issues reported by ‘guix lint’ and tweak the synopsis and description. Note that ‘elm repl’ says that it wants ‘node’ in $PATH, but I think that’s OK: people who need the REPL can add Node to their environment, and otherwise they can do without Node, AIUI. Thank you! Ludo’.