summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp-xyz.scm
Commit message (Collapse)AuthorAge
* gnu: sbcl-cl-environments: Don't propagate inputs.Guillaume Le Vaillant2021-02-03
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-environments)[propagated-inputs]: Remove cl-alexandria, cl-anaphora, cl-collectors and cl-optima. [inputs]: Add sbcl-alexandria, sbcl-anaphora, sbcl-collectors and sbcl-optima.
* gnu: sbcl-log4cl: Update to 1.1.3-1.8c48d6f.Sharlatan Hellseher2021-02-03
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-log4cl): Update to 1.1.3-1.8c48d6f. [native-inputs]: Add stefil. [arguments]: Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-3b-bmfont.Sharlatan Hellseher2021-02-03
| | | | | | | * gnu/package/lisp-xyz.scm (cl-3b-bmfont, ecl-3b-bmfont, sbcl-3b-bmfont): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-trivial-timeout.Sharlatan Hellseher2021-02-03
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-trivial-timeout, ecl-trivial-timeout, sbcl-trivial-timeout): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-printv.Sharlatan Hellseher2021-02-03
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-printv, ecl-printv, sbcl-printv): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-golden-utils.Sharlatan Hellseher2021-02-03
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-golden-utils, ecl-golden-utils, sbcl-golden-utils): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-slug.Sharlatan Hellseher2021-02-03
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-slug, ecl-cl-slug, sbcl-cl-slug): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-parse-float: Update to 0.0.0-2.3074765.Sharlatan Hellseher2021-02-02
| | | | | | | | | * gnu/packages/listp-xyz.scm (sbcl-parse-float): Update to 0.0.0-2.3074765. [native-inputs]: Remove prove, add lisp-unit. [inputs]: Remove babel. [arguments]: Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-3bz: Update to 0.0.0-1.569614c.Sharlatan Hellseher2021-02-02
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-3bz): Update to 0.0.0-1.569614c. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-deploy: Update to 1.0.0-2.9b20e64.Sharlatan Hellseher2021-01-31
| | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-deploy): Update to 1.0.0-2.9b20e64. [arguments]: Add 'test-asd-file' and 'asd-files' parameters. [native-inputs]: Add cl-mpg123 and cl-out123. [inputs]: Add trivial-features. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-mpg123.Sharlatan Hellseher2021-01-31
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-mpg123, ecl-cl-mpg123, sbcl-cl-mpg123): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-verbose.Sharlatan Hellseher2021-01-31
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-verbose, ecl-verbose, sbcl-verbose): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-piping.Sharlatan Hellseher2021-01-31
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-piping, ecl-piping, sbcl-piping): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-puri: Update to 1.5.7-2.4bbab89.Sharlatan Hellseher2021-01-31
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-puri): Update to 1.5.7-2.4bbab89. [home-page]: Fix URL. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-cl-online-learning: Update to 0.5-1.87fbef8.Sharlatan Hellseher2021-01-31
| | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-online-learning): Update to 0.5-1.87fbef8. [arguments]: Add 'test-asd-file' and 'asd-systems' parameters. Activate tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-out123.Sharlatan Hellseher2021-01-30
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-out123, ecl-cl-out123, sbcl-cl-out123): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-slynk: Fix version number check.Pierre Neidhardt2021-01-27
| | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-slynk)[source]: Don't move files around since this is not required. [arguments]: Re-enable tests. There is none at the moment, but they might get added in the future. Don't list systems since they are found automatically. Moving `slynk.lisp' had the detrimental side-effect to break `sly-version-string' which expects `sly.el' to be in the parent directory. As a result, using `sly-connect' from Emacs would prompt the user: [sly] Versions differ: 1.0.43 (sly) vs. nil (slynk). Continue? (y or n) even though the Slynk version is correct. Maybe there was a need for moving files around in the past, but since our ASDF build system got revamped, all systems are now automatically found. Thus we can leave the files where they are, which fixes the version number check.
* gnu: sbcl-modularize-hooks: Fix synopsis.Guillaume Le Vaillant2021-01-27
| | | | * gnu/packages/lisp-xyz.scm (sbcl-modularize-hooks)[synopsis]: Fix it.
* gnu: Add cl-modularize-interfaces.Sharlatan Hellseher2021-01-27
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-modularize-interfaces, ecl-modularize-interfaces, sbcl-modularize-interfaces): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-modularize-hooks.Sharlatan Hellseher2021-01-27
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-modularize-hooks, ecl-modularize-hooks, sbcl-modularize-hooks): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-ubiquitous.Sharlatan Hellseher2021-01-26
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-ubiquitous, ecl-ubiquitous, sbcl-ubiquitous): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-trivial-arguments.Sharlatan Hellseher2021-01-26
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-trivial-arguments, ecl-trivial-arguments, sbcl-trivial-arguments): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-modularize.Sharlatan Hellseher2021-01-26
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-modularize, ecl-modularize, sbcl-modularize): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-postmodern: Update to 1.32.8.Sharlatan Hellseher2021-01-25
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-postmodern): Update to 1.32.8. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-uax-15: Update to 0.1.1.Sharlatan Hellseher2021-01-25
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-uax-15): Update to 0.1.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-periods: Update to 20210125.Pierre Neidhardt2021-01-25
| | | | * gnu/packages/lisp-xyz.scm (sbcl-periods): Update to 20210125.
* gnu: Add common-lisp-jupyter.Pierre Neidhardt2021-01-24
| | | | | * gnu/packages/lisp-xyz.scm (cl-common-lisp-jupyter, ecl-common-lisp-jupyter, sbcl-common-lisp-jupyter): New variables.
* gnu: Add trivial-do.Pierre Neidhardt2021-01-24
| | | | | * gnu/packages/lisp-xyz.scm (cl-trivial-do, ecl-trivial-do, sbcl-trivial-do): New variables.
* gnu: Add multilang-documentation.Pierre Neidhardt2021-01-24
| | | | | * gnu/packages/lisp-xyz.scm (cl-multilang-documentation, ecl-multilang-documentation, sbcl-multilang-documentation): New variables.
* gnu: Add language-codes.Pierre Neidhardt2021-01-24
| | | | | * gnu/packages/lisp-xyz.scm (cl-language-codes, ecl-language-codes, sbcl-language-codes): New variables.
* gnu: Add system-locale.Pierre Neidhardt2021-01-24
| | | | | * gnu/packages/lisp-xyz.scm (cl-system-locale, ecl-system-locale, sbcl-system-locale): New variables.
* gnu: Add jsown.Pierre Neidhardt2021-01-24
| | | | * gnu/packages/lisp-xyz.scm (cl-jsown, ecl-jsown, sbcl-jsown): New variables.
* gnu: Add eclector.Pierre Neidhardt2021-01-24
| | | | | * gnu/packages/lisp-xyz.scm (cl-eclector, ecl-eclector, sbcl-eclector): New variables.
* gnu: Add concrete-syntax-tree.Pierre Neidhardt2021-01-24
| | | | | * gnu/packages/lisp-xyz.scm (cl-concrete-syntax-tree, ecl-concrete-syntax-tree, sbcl-concrete-syntax-tree): New variables.
* gnu: Add cl-indentify.Pierre Neidhardt2021-01-24
| | | | | * gnu/packages/lisp-xyz.scm (cl-indentify, ecl-cl-indentify, sbcl-cl-indentify): New variables.
* gnu: Add trivial-escapes.Pierre Neidhardt2021-01-24
| | | | | * gnu/packages/lisp-xyz.scm (cl-trivial-escapes, ecl-trivial-escapes, sbcl-trivial-escapes): New variables.
* gnu: cl-ppath: Use sbcl-package->cl-source-package.Matthew Kraai2021-01-23
| | | | | | * gnu/packages/lisp-xyz.scm (cl-ppath): Use sbcl-package->cl-source-package. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-cmd: Use sbcl-package->cl-source-package.Matthew Kraai2021-01-23
| | | | | | * gnu/packages/lisp-xyz.scm (cl-cmd): Use sbcl-package->cl-source-package. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-cmd: Remove dead code.Matthew Kraai2021-01-23
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cmd)[arguments]: Remove dead code. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-cmd: Update to 20210117.Pierre Neidhardt2021-01-22
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cmd): Update to 20210117. [inputs]: Add coreutils. [arguments]: Fix `pwd' and `env' paths.
* gnu: sbcl-trivial-mimes: Update to 20200615.Pierre Neidhardt2021-01-22
| | | | * gnu/packages/lisp-xyz.scm (sbcl-trivial-mimes): Update to 20200615.
* gnu: sbcl-cl-gobject-introspection: Update to 20210121.Pierre Neidhardt2021-01-22
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-gobject-introspection): Update to 20210121. [arguments]: Re-enable tests now that upstream has fixed them.
* gnu: Add ppath.Pierre Neidhardt2021-01-21
| | | | * gnu/packages/lisp-xyz.scm (cl-ppath, ecl-ppath, sbcl-ppath): New variables.
* gnu: Add cl-claw-utils.Adam Kandur2021-01-21
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-claw-utils, ecl-claw-utils, sbcl-claw-utils): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-claw.Adam Kandur2021-01-20
| | | | | | * gnu/packages/lisp-xyz.scm (cl-claw, ecl-claw, sbcl-claw): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-cffi: Update to 0.23.0.Aurora2021-01-17
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cffi): Update to 0.23.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-postmodern: Update to 1.32.6.Sharlatan Hellseher2021-01-15
| | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-postmodern): Update to 1.32.6. [inputs]: Add cl-base64, cl-unicode, ironclad, local-time and uax-15. [arguments]: Add cl-postgres, s-sql and simple-date to 'asd-systems'. (ecl-postmodern)[arguments]: Add cl-postgres, s-sql and simple-date to 'asd-systems'. Update the 'fix-build' phase. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-mssql.Sharlatan Hellseher2021-01-14
| | | | | | * gnu/packages/lisp-xyz.scm (cl-mssql, ecl-mssql, sbcl-mssql): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cmd.Pierre Neidhardt2021-01-13
| | | | * gnu/packages/lisp-xyz.scm (cl-cmd, ecl-cmd, sbcl-cmd): New variables.
* gnu: Add shlex.Pierre Neidhardt2021-01-13
| | | | * gnu/packages/lisp-xyz.scm (cl-shlex, ecl-shlex, sbcl-shlex): New variables.