me
/
guix
Archived
1
0
Fork 0
Commit Graph

159 Commits (917c28d2ab1a6ba7a5d0f1a23e10362de32fec6b)

Author SHA1 Message Date
Tobias Geerinckx-Rice 917c28d2ab
gnu: cl-trivial-mimes: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (cl-trivial-mimes)[home-page]: Use HTTPS.
2020-02-15 17:07:02 +01:00
Guillaume Le Vaillant 0f46c5f504
gnu: sbcl-fare-quasiquote-extras: Fix build.
* gnu/packages/lisp-xyz.scm (sbcl-fare-quasiquote-extras)[arguments]: Fix
  'build' phase.
2020-02-15 11:59:47 +01:00
Guillaume Le Vaillant 639b47e665
gnu: sbcl-fare-quasiquote: Fix source and home-page.
* gnu/packages/lisp-xyz.scm (sbcl-fare-quasiquote)[source]: Use main
  repository instead of Quicklisp archive.
  [home-page]: Fix URL.
  [synopsis]: Shorten it.
2020-02-15 11:38:34 +01:00
Guillaume Le Vaillant 1fce78c452
gnu: sbcl-parse-declarations: Fix source.
* gnu/packages/lisp-xyz.scm (sbcl-parse-declarations)[source]: Use main
  repository instead of Quicklisp archive.
2020-02-15 11:16:49 +01:00
Guillaume Le Vaillant ff6cf9faa7
gnu: sbcl-puri: Fix source and license.
* gnu/packages/lisp-xyz.scm (sbcl-puri)[source]: Use main repository instead
  of Quicklisp archive.
  [description]: Fix typo.
  [license]: Source code indicates LLGPL license.
2020-02-15 11:05:43 +01:00
Guillaume Le Vaillant d9d8e3c22c
gnu: sbcl-ptester: Fix source and license.
* gnu/packages/lisp-xyz.scm (sbcl-ptester)[source]: Use main repository
  instead of Quicklisp archive.
  [license]: Source code indicates LLGPL license.
2020-02-15 10:48:02 +01:00
Guillaume Le Vaillant e81b0719fc
gnu: sbcl-rt: Fix source, home-page and license.
* gnu/packages/lisp-xyz.scm (sbcl-rt)[source]: Use main repository instead of
  Quicklisp archive.
  [home-page]: Link to CLiki page.
  [license]: Source code indicates MIT license.
2020-02-15 10:27:25 +01:00
Guillaume Le Vaillant f36ec871d2
gnu: sbcl-iterate: Update to 1.5.
* gnu/packages/lisp-xyz.scm (sbcl-iterate): Update to 1.5.
  [source]: Fetch from official project URL instead of Quicklisp archive.
2020-02-15 09:54:16 +01:00
Konrad Hinsen 7ad122007d
gnu: Add cl-numcl.
* gnu/packages/lisp-xyz.scm (sbcl-numcl, cl-numcl): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-02-12 09:55:44 +01:00
Konrad Hinsen 5ce7d1861a
gnu: Add cl-gtype.
* gnu/packages/lisp-xyz.scm (sbcl-gtype, cl-gtype): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-02-12 09:51:44 +01:00
Konrad Hinsen 6e0f2b959a
gnu: Add cl-constantfold.
* gnu/packages/lisp-xyz.scm (sbcl-constantfold, cl-constantfold): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-02-12 09:47:05 +01:00
Konrad Hinsen ca6c5c7fdf
gnu: Add cl-specialized-function.
* gnu/packages/lisp-xyz.scm (sbcl-specialized-function,
  cl-specialized-function): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-02-12 09:38:10 +01:00
Konrad Hinsen 8926866ef7
gnu: Add cl-trivialib-type-unify.
* gnu/packages/lisp-xyz.scm (sbcl-trivialib-type-unify,
  cl-trivialib-type-unify): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-02-12 09:36:09 +01:00
Konrad Hinsen 463fb58fa1
gnu: cl-trivia: Update to 0.0.0-1.574901a.
* gnu/packages/lisp-xyz.scm (sbcl-trivia, cl-trivia): Update to commit 574901ac.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-02-11 14:25:43 +01:00
Konrad Hinsen e4f7ef8721
gnu: Add cl-type-r.
* gnu/packages/lisp-xyz.scm (sbcl-type-r, cl-type-r): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-02-11 14:09:33 +01:00
Konrad Hinsen 06327c3035
gnu: Add cl-function-cache.
* gnu/packages/lisp-xyz.scm (sbcl-function-cache,
  cl-function-cache, ecl-function-cache): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-02-11 14:02:49 +01:00
Konrad Hinsen 41884bfa5b
gnu: Add cl-float-features.
* gnu/packages/lisp-xyz.scm (sbcl-float-features,
  cl-float-features, ecl-float-features): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-02-11 09:25:59 +01:00
Guillaume Le Vaillant 281537f47b
gnu: Add ecl-documentation-utils.
* gnu/packages/lisp-xyz.scm (ecl-documentation-utils): New variable.
2020-02-11 09:25:59 +01:00
Konrad Hinsen c6e6254a05
gnu: Add cl-randist.
* gnu/packages/lisp-xyz.scm (sbcl-cl-randist, cl-randist, ecl-cl-randist): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-02-11 09:25:59 +01:00
Tobias Geerinckx-Rice 6b40dbff7d
gnu: sbcl-static-vectors: Change dubious home page.
* gnu/packages/lisp-xyz.scm (sbcl-static-vectors)[home-page]: Disbelieve
copy-pasted GitHub blurb, which never even worked due to a typo.
2020-02-08 18:20:25 +01:00
Guillaume Le Vaillant 8137983adf
gnu: sbcl-serapeum: Fix loading the library.
* gnu/packages/lisp-xyz.scm (sbcl-serapeum)[inputs]: Use
  sbcl-fare-quasiquote-extras instead of cl-fare-quasiquote-extras.
2020-02-07 12:11:31 +01:00
Guillaume Le Vaillant a526320076
gnu: Add sbcl-fare-quasiquote-extras.
* gnu/packages/lisp-xyz.scm (sbcl-fare-quasiquote-extras): New variable.
2020-02-07 12:11:30 +01:00
Guillaume Le Vaillant 00a9a9365b
gnu: sbcl-chanl: Update to 0.4.1-1-56e90a1.
* gnu/packages/lisp-xyz.scm (sbcl-chanl): Update to 0.4.1-1-56e90a1.
  (ecl-chanl)[arguments]: Remove disable-chanl-actors phase.
2020-02-05 11:34:26 +01:00
Konrad Hinsen c6397e3e4c
gnu: Add cl-hdf5-cffi.
* gnu/packages/lisp-xyz.scm (sbcl-hdf5-cffi, cl-hdf5-cffi, ecl-hdf5-cffi): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-02-05 10:42:15 +01:00
Guillaume Le Vaillant b23e6f5d9a
gnu: sbcl-usocket: Update to 0.8.3.
* gnu/packages/lisp-xyz.scm (sbcl-usocket-boot0): Update to 0.8.3 and don't
  make this variable public.
  (sbcl-usocket-server)[inputs]: Replace portable-threads by bordeaux-threads.
  (ecl-socket): Rename variable to ecl-usocket.
2020-02-04 16:33:56 +01:00
Guillaume Le Vaillant f6a6f085a4
gnu: Add ecl-static-vectors.
* gnu/packages/lisp-xyz.scm (ecl-static-vectors): New variable.
2020-02-04 16:33:56 +01:00
Guillaume Le Vaillant ba55cbda75
gnu: sbcl-static-vectors: Update to 1.8.4.
* gnu/packages/lisp-xyz.scm (sbcl-static-vectors): Update to 1.8.4.
2020-02-04 16:33:56 +01:00
Guillaume Le Vaillant dbf6de5881
gnu: sbcl-swap-bytes: Update to 1.2.
* gnu/packages/lisp-xyz.scm (sbcl-swap-bytes): Update to 1.2.
  [arguments]: Don't ignore tests.
2020-02-04 16:33:55 +01:00
Guillaume Le Vaillant 92da05885c
gnu: sbcl-split-sequence: Update to 2.0.0.
* gnu/packages/lisp-xyz.scm (sbcl-split-sequence): Update to 2.0.0.
  [native-inputs]: Add fiveam.
  [arguments]: Don't ignore tests.
2020-02-04 16:33:55 +01:00
Guillaume Le Vaillant 54dc3ba2fb
gnu: Add ecl-cl-ppcre-unicode.
* gnu/packages/lisp-xyz.scm (ecl-cl-ppcre-unicode): New variable.
2020-02-04 16:33:55 +01:00
Guillaume Le Vaillant 6fdfef668a
gnu: sbcl-cl-unicode: Update to 0.1.6.
* gnu/packages/lisp-xyz.scm (sbcl-cl-unicode-base): Update to 0.1.6.
2020-02-04 16:33:55 +01:00
Guillaume Le Vaillant 6c87442548
gnu: sbcl-cl-ppcre: Update to 2.1.1.
* gnu/packages/lisp-xyz.scp (sbcl-cl-ppcre): Update to 2.1.1.
2020-02-04 16:33:55 +01:00
Guillaume Le Vaillant 6b0604fd43
gnu: sbcl-flexi-streams: Update to 1.0.18.
* gnu/packages/lisp-xyz.scm (sbcl-flexi-streams): Update to 1.0.18.
2020-02-04 16:33:55 +01:00
Guillaume Le Vaillant 10ac723ba7
gnu: Add ecl-drakma.
* gnu/packages/lisp-xyz (ecl-drakma): New variable.
2020-02-04 16:33:55 +01:00
Guillaume Le Vaillant a2b6b97315
gnu: sbcl-drakma: Update to 2.0.7.
* gnu/packages/lisp-xyz.scm (sbcl-drakma): Update to 2.0.7.
2020-02-04 16:33:55 +01:00
Guillaume Le Vaillant f0d9eaca69
gnu: sbcl-cl-fad: Update to 0.7.6.
* gnu/packages/lisp-xyz.scm (sbcl-cl-fad): Update to 0.7.6.
2020-02-04 16:33:55 +01:00
Guillaume Le Vaillant 5a64785019
gnu: sbcl-bordeaux-threads: Update to 0.8.7.
* gnu/packages/lisp-xyz.scm (sbcl-bordeaux-threads): Update to 0.8.7.
2020-02-04 16:33:54 +01:00
Guillaume Le Vaillant 17c015c909
gnu: sbcl-graph: Fix build.
Rename the asd files so that they have the same name as the ASDF
system definitions.

* gnu/packages/lisp-xyz.scm (sbcl-graph)[arguments]: Use 'graph-test.asd'
  instead of 'graph.test.asd' for test-asd-file.
  (sbcl-graph-dot)[arguments]: Use 'graph-dot.asd' instead of 'graph.dot.asd'
  for test-asd-file.
  (sbcl-graph-json)[arguments]: Use 'graph-json.asd' instead of
  'graph.json.asd' for test-asd-file.
* gnu/packages/patches/sbcl-graph-asdf-definitions.patch: Update accordingly.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant 7e23dcc73e
gnu: sbcl-mgl-pax: Propagate the swank source package.
* gnu/packages/lisp-xyz.scm (sbcl-mgl-pax)[inputs]: Move swank to...
  [propagated-inputs]: ... here.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant 237d58c3e4
gnu: sbcl-cffi-bootstrap: Update to 0.21.0.
* gnu/packages/lisp-xyz.scm (sbcl-cffi-bootstrap): Update to 0.21.0.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant 5d4d4c0179
gnu: Add cl-qrencode.
* gnu/packages/lisp-xyz.scm (sbcl-cl-qrencode, cl-qrencode, ecl-cl-qrencode):
  New variables.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant 7b875e4efd
gnu: Add cl-zpng.
* gnu/packages/lisp-xyz.scm (sbcl-zpng, cl-zpng, ecl-zpng): New variables.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant d165821ecc
gnu: Add cl-png-read.
* gnu/packages/lisp-xyz.scm (sbcl-png-read, cl-png-read, ecl-png-read): New
  variables.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant 46cc2a38bc
gnu: Add cl-salza2.
* gnu/packages/lisp-xyz.scm (sbcl-salza2, cl-salza2, ecl-salza2): New
  variables.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant 227aeeb64c
gnu: Add cl-nodgui.
* gnu/packages/lisp-xyz.scm (sbcl-nodgui, cl-nodgui, ecl-nodgui): New
  variables.
2020-02-02 15:31:01 +01:00
Guillaume Le Vaillant d5f63a73d7
gnu: Add cl-jpeg.
* gnu/packages/lisp-xyz.scm (sbcl-cl-jpeg, cl-jpeg, ecl-cl-jpeg): New
  variables.
2020-02-02 15:31:01 +01:00
Guillaume Le Vaillant e9a36a74f3
gnu: Add cl-colors2.
* gnu/packages/lisp-xyz.scm (sbcl-cl-colors2, cl-colors2, ecl-cl-colors2): New
  variables.
2020-02-02 15:31:01 +01:00
Guillaume Le Vaillant 21a519fac9
gnu: Add cl-clunit2.
* gnu/packages/lisp-xyz.scm (sbcl-clunit2, cl-clunit2, ecl-clunit2): New
  variables.
2020-02-02 15:30:52 +01:00
Guillaume Le Vaillant 95abaafb74
gnu: Add cl-lex.
* gnu/packages/lisp-xyz.scm (sbcl-cl-lex, cl-lex, ecl-cl-lex): New variables.
2020-02-02 15:29:54 +01:00
Guillaume Le Vaillant b72629eb24
gnu: Add cl-ltk-remote.
* gnu/packages/lisp-xyz.scm (sbcl-ltk-remote, cl-ltk-remote): New variables.
2020-02-02 12:03:05 +01:00