GNU bug report logs -
#57348
[PATCH] gnu: Add eisl
Previous Next
Reported by: Joeke <joeke <at> posteo.net>
Date: Mon, 22 Aug 2022 23:00:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Hi,
Joeke <joeke <at> posteo.net> skribis:
> This patch adds the Easy ISLisp interpreter/compiler for ISLisp to
> lisp.scm
>
> [...]
>
> + (build-system gnu-build-system)
> + (native-inputs
> + (list gcc ncurses cppcheck))
Adding gcc to 'native-inputs' is not necessary, and ncurses should
probably be in 'inputs' instead of 'native-inputs'.
> + (arguments
> + `(#:modules
> + ((guix build utils)
> + (guix build gnu-build-system))
Specifying 'modules' here is not necessary.
>
> [...]
>
> + (home-page "https://github.com/sasagawa888/eisl")
> + (synopsis "Implementation of ISLisp")
> + (description "Easy ISLISP (eisl) is an implementation of ISLisp which
> +includes a compiler as well as an interpreter.")
> + (license license:bsd-2)))
It looks like some code in "cii/" is under the expat license, and some
code in "nana/" is under bsd-3, so they should be added to the 'license'
field.
Also, it looks like the files in "library/" are not compiled/installed.
Is it on purpose?
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years and 314 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.