Commit Graph

853 Commits

Author SHA1 Message Date
Efraim Flashner
e9a5fb7ad9
Revert "gnu: Add cl-https-everywhere."
With thanks to jlicht on IRC:
sbcl-package->cl-source-package assumes all inputs are packages
which isn't the case here.

This reverts commit e31d48d8db.
2021-11-16 15:06:54 +02:00
Pierre Neidhardt
e31d48d8db
gnu: Add cl-https-everywhere.
* gnu/packages/lisp-xyz.scm (cl-https-everywhere, sbcl-cl-https-everywhere):
New variables.
2021-11-16 12:51:45 +01:00
Pierre Neidhardt
2d55463053
gnu: Add vernacular.
* gnu/packages/lisp-xyz.scm (cl-vernacular, sbcl-vernacular): New variables.
2021-11-16 12:51:45 +01:00
Pierre Neidhardt
f1dd327996
gnu: Add fxml.
* gnu/packages/lisp-xyz.scm (cl-fxml, sbcl-fxml): New variables.
2021-11-16 12:51:45 +01:00
Pierre Neidhardt
3ddfe4c1a0
gnu: Add xpath.
* gnu/packages/lisp-xyz.scm (cl-xpath, sbcl-xpath): New variables.
2021-11-16 12:51:45 +01:00
Pierre Neidhardt
e37bb39971
gnu: Add overlord.
* gnu/packages/lisp-xyz.scm (cl-overlord, sbcl-overlord): New variables.
2021-11-16 12:51:45 +01:00
Pierre Neidhardt
3f6953b54e
gnu: Add cxml-rng.
* gnu/packages/lisp-xyz.scm (cl-cxml-rng, sbcl-cxml-rng): New variables.
2021-11-16 12:51:45 +01:00
Pierre Neidhardt
d0c3efb78a
gnu: Add bit-smasher.
* gnu/packages/lisp-xyz.scm (cl-bit-smasher, ecl-bit-smasher, sbcl-bit-smasher): New variables.
2021-11-16 12:51:44 +01:00
Pierre Neidhardt
de28e45e0f
gnu: Add cl-base58.
* gnu/packages/lisp-xyz.scm (cl-base58, ecl-cl-base58, sbcl-cl-base58): New variables.
2021-11-16 12:51:44 +01:00
Pierre Neidhardt
6366aaf7cc
gnu: Add exit-hooks.
* gnu/packages/lisp-xyz.scm (cl-exit-hooks, ecl-exit-hooks, sbcl-exit-hooks):
New variables.
2021-11-16 12:47:00 +01:00
Pierre Neidhardt
462bb6cca8
gnu: Add cl-strftime.
* gnu/packages/lisp-xyz.scm (cl-strftime, ecl-cl-strftime, sbcl-cl-strftime):
New variables.
2021-11-16 12:46:59 +01:00
Pierre Neidhardt
342f3de742
gnu: Add sbcl-cl-tld.
* gnu/packages/lisp-xyz.scm (sbcl-cl-tld): New variable.
2021-11-16 12:46:59 +01:00
Pierre Neidhardt
66cfc6ad12
gnu: sbcl-cl-webkit: Update to 3.2.0.
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.2.0.
2021-11-16 12:46:59 +01:00
Pierre Neidhardt
95a0f249ab
gnu: sbcl-cmd: Update to 20211009.
* gnu/packages/lisp-xyz.scm (sbcl-cmd): Update to 20211009.
2021-11-16 12:46:59 +01:00
Foo Chuan Wei
f50c9b45ad
gnu: Add cl-chemboy.
* gnu/packages/lisp-xyz.scm (cl-chemboy, ecl-chemboy, sbcl-chemboy):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-15 17:38:14 +01:00
Foo Chuan Wei
8e18eb8cdf
gnu: Add cl-chemical-compounds.
* gnu/packages/lisp-xyz.scm (cl-chemical-compounds,
  ecl-chemical-compounds, sbcl-chemical-compounds): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-15 17:32:36 +01:00
Foo Chuan Wei
333e1b3ce6
gnu: Add cl-periodic-table.
* gnu/packages/lisp-xyz.scm (cl-periodic-table, ecl-periodic-table,
  sbcl-periodic-table): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-15 17:26:58 +01:00
Sharlatan Hellseher
6ec0c6c767
gnu: Add cl-alloy.
* gnu/packages/lisp-xyz.scm (sbcl-alloy, cl-alloy, ecl-alloy): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-08 09:16:28 +01:00
Foo Chuan Wei
1865860cc1
gnu: cl-drakma: Update to 2.0.8.
* gnu/packages/lisp-xyz.scm (sbcl-drakma): Update to 2.0.8.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-02 09:09:10 +01:00
Foo Chuan Wei
c0c974ad96
gnu: cl-who: Update to commit 1.1.4-2.0d38264.
* gnu/packages/lisp-xyz.scm (sbcl-cl-who): Update to 1.1.4-2.0d38264.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-01 10:58:12 +01:00
Guillaume Le Vaillant
9070bfd2c0
gnu: cl-string-match: Fix dependency.
* gnu/packages/lisp-xyz.scm (sbcl-cl-string-match)[arguments]: Add
  'fix-dependency' phase.
  [source, home-page]: Update to new URL.
2021-11-01 10:58:12 +01:00
Guillaume Le Vaillant
840a708088
gnu: cl-mgl-pax: Update to 0.0.4-0.a7f9047.
* gnu/packages/lisp-xyz.scm (sbcl-mgl-pax): Update to 0.0.4-0.a7f9047.
  [inputs]: Add alexandria, colorize and md5. Remove babel, cl-fad and
  ironclad.
  [arguments]: Add optional systems to 'asd-systems' to build them too.
2021-11-01 10:58:11 +01:00
Foo Chuan Wei
cd188b9c6f
gnu: Add cl-pass.
* gnu/packages/lisp-xyz.scm (cl-pass, ecl-cl-pass, sbcl-cl-pass): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-30 11:08:58 +02:00
Foo Chuan Wei
d7a1eb2a66
gnu: Add cl-clinenoise.
* gnu/packages/lisp-xyz.scm (cl-clinenoise, ecl-clinenoise,
  sbcl-clinenoise): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-30 11:01:24 +02:00
Guillaume Le Vaillant
83a7d42426
gnu: Move Common Lisp testing frameworks to lisp-check module.
* gnu/packages/lisp-xyz.scm (sbcl-1am, cl-1am, ecl-1am, sbcl-check-it,
  cl-check-it, ecl-check-it, sbcl-checkl, cl-checkl, ecl-checkl,
  sbcl-cl-mock, cl-mock, ecl-cl-mock, sbcl-cl-quickcheck, cl-quickcheck,
  ecl-cl-quickcheck, sbcl-clunit, cl-clunit, ecl-clunit, sbcl-clunit2,
  cl-clunit2, ecl-clunit2, sbcl-eos, cl-eos, ecl-eos, sbcl-fiasco, cl-fiasco,
  ecl-fiasco, sbcl-fiveam, cl-fiveam, ecl-fiveam, sbcl-hu.dwim.stefil,
  cl-hu.dwim.stefil, ecl-hu.dwim.stefil, sbcl-lift, cl-lift, ecl-lift,
  sbcl-lisp-unit, cl-lisp-unit, ecl-lisp-unit, sbcl-lisp-unit2,
  cl-lisp-unit2, ecl-lisp-unit2, sbcl-parachute, cl-parachute, ecl-parachute,
  sbcl-prove, cl-prove, ecl-prove, sbcl-ptester, cl-ptester, ecl-ptester,
  sbcl-rove, cl-rove, ecl-rove, sbcl-rt, cl-rt, ecl-rt, sbcl-stefil,
  cl-stefil, ecl-stefil, sbcl-unit-test, cl-unit-test, ecl-unit-test,
  sbcl-xlunit, cl-xlunit, ecl-xlunit): Move to ...
* gnu/packages/lisp-check.scm: ... here.
* gnu/packages/web-browsers.scm: Import lisp-check module.
* gnu/packages/wm.scm: Import lisp-check module.
2021-10-24 16:05:02 +02:00
Charles
a6ad219dd6
gnu: Add cl-redis.
* gnu/packages/lisp-xyz.scm (cl-redis, sbcl-redis, ecl-redis): New variables.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-21 11:42:13 +02:00
Charles
c0d672853a
gnu: Add cl-rutils.
* gnu/packages/lisp-xyz.scm (cl-rutils, sbcl-rutils, ecl-rutils): New
  variables.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-21 11:15:23 +02:00
Foo Chuan Wei
8d048c5eba
gnu: Add cl-charms.
* gnu/packages/lisp-xyz.scm (cl-charms, ecl-cl-charms, sbcl-cl-charms): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-15 11:16:59 +02:00
Guillaume Le Vaillant
caf80a6fe0
gnu: cl-prove: Update to 1.0.0-2.5d71f02.
* gnu/packages/lisp-xyz.scm (sbcl-prove): Update to 1.0.0-2.5d71f02.
  [inputs]: Add cl-colors.
2021-10-15 11:16:59 +02:00
Foo Chuan Wei
ea8806f868
gnu: cl-ansi-text: Update to 2.0.1.
* gnu/packages/lisp-xyz.scm (cl-ansi-text): Update to 2.0.1.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-15 11:16:59 +02:00
Foo Chuan Wei
2bd04fd3be
gnu: Add cl-montezuma.
* gnu/packages/lisp-xyz.scm (cl-montezuma, ecl-montezuma, sbcl-montezuma): New
  variables.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-15 11:16:59 +02:00
Foo Chuan Wei
9898d907e0
gnu: Add cl-diff.
* gnu/packages/lisp-xyz.scm (cl-diff, ecl-diff, sbcl-diff): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-15 11:16:59 +02:00
Foo Chuan Wei
bdbd9e504c
gnu: Add cl-linedit.
* gnu/packages/lisp-xyz.scm (cl-linedit, ecl-linedit, sbcl-linedit): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-15 11:16:59 +02:00
Foo Chuan Wei
203743f4b0
gnu: Add cl-yaml.
* gnu/packages/lisp-xyz.scm (cl-yaml, ecl-cl-yaml, sbcl-cl-yaml): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-13 10:46:29 +02:00
Foo Chuan Wei
96a5ae99d8
gnu: Add cl-libyaml.
* gnu/packages/lisp-xyz.scm (cl-libyaml, ecl-cl-libyaml, sbcl-cl-libyaml): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-13 10:39:15 +02:00
Foo Chuan Wei
7b8ac3e9a3
gnu: Add cl-generic-comparability.
* gnu/packages/lisp-xyz.scm (cl-generic-comparability,
  ecl-generic-comparability, sbcl-generic-comparability): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-13 10:29:44 +02:00
Foo Chuan Wei
f0c8cdb565
gnu: Add cl-readline.
* gnu/packages/lisp-xyz.scm (cl-readline, ecl-cl-readline, sbcl-cl-readline):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-13 10:22:39 +02:00
Foo Chuan Wei
cfc2471159
gnu: Add cl-conium.
* gnu/packages/lisp-xyz.scm (cl-conium, ecl-conium, sbcl-conium): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-13 10:13:09 +02:00
Foo Chuan Wei
880390140e
gnu: Add cl-terminfo.
* gnu/packages/lisp-xyz.scm (sbcl-terminfo, cl-terminfo, ecl-terminfo):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-13 10:01:21 +02:00
Ludovic Courtès
f7f036e7c3
gnu: sbcl-cl-gserver: Update Git reference.
* gnu/packages/lisp-xyz.scm (sbcl-cl-gserver)[source]: Specify commit
rather than rely on the tag.
2021-10-07 14:45:22 +02:00
Ludovic Courtès
ef93b238f6
gnu: sbcl-golden-utils: Update source URL.
* gnu/packages/lisp-xyz.scm (sbcl-golden-utils)[home-page]: Update.
[source]: Update URL.
2021-10-07 14:21:37 +02:00
Guillaume Le Vaillant
b5dee04c9b
gnu: cl-hunchentoot: Update to 1.3.0.
* gnu/packages/lisp-xyz.scm (cl-hunchentoot): Update to 1.3.0.
2021-10-05 15:30:13 +02:00
Tobias Geerinckx-Rice
22e97e5ac8
gnu: sbcl-hunchenissr: Fix typo in description.
* gnu/packages/lisp-xyz.scm (sbcl-hunchenissr): Fix ‘develpment’ typo.
2021-09-30 07:09:56 +02:00
Tobias Geerinckx-Rice
4b07b91a87
gnu: sbcl-markup-reader: Fix typo in description.
* gnu/packages/lisp-xyz.scm (sbcl-markup-reader)[description]:
Fix ‘embeded’ typo.
2021-09-30 07:09:56 +02:00
Guillaume Le Vaillant
1623e6023b
gnu: sbcl-burgled-batteries3: Fix compiling with sbcl >= 2.1.6.
* gnu/packages/patches/sbcl-burgled-batteries3-fix-signals.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/lisp-xyz.scm (sbcl-burgled-batteries3)[source]: Use it.
2021-09-28 11:37:02 +02:00
Guillaume Le Vaillant
226ff4147a
gnu: sbcl-ironclad: Update to 0.56.
* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.56.
2021-09-28 10:52:49 +02:00
Guillaume Le Vaillant
dce9b98d55
gnu: sbcl-png: Fix compiling with sbcl >= 2.1.6.
* gnu/packages/patches/sbcl-png-fix-sbcl-compatibility.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/lisp-xyz.scm (sbcl-png)[source]: Use it.
2021-09-28 10:46:40 +02:00
Charles
9bf9dd79ef
gnu: cl-esrap: Update to 0.18-2.866f28f.
* gnu/packages/lisp-xyz.scm (sbcl-esrap): Update to 0.18-2.866f28f.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-09-28 10:15:41 +02:00
Charles via Guix-patches via
a4b4dc8f99
gnu: cl-funds: Update to 1-2.39d4258.
* gnu/packages/lisp-xyz.scm (sbcl-funds): Update to 1-2.39d4258.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-09-27 15:02:23 +02:00
Pierre Neidhardt
659fb24753
gnu: sbcl-cl-webkit: Update to 3.0.0.
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.0.0.
2021-09-21 09:55:39 +02:00