Ludovic Courtès
e3196755e6
gnu: Further simplify package inputs.
...
This is the result of running:
./pre-inst-env guix style --input-simplification=safe
and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
2021-12-13 22:15:07 +01:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
...
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
2021-12-13 17:48:25 +01:00
Mathieu Othacehe
32750e8c3e
Merge remote-tracking branch 'signed/master' into core-updates
2021-12-10 21:49:25 +01:00
Julien Lepiller
18c406df97
gnu: ocaml-ppx-expect: Update to 0.14.2.
...
* gnu/packages/ocaml.scm (ocaml-ppx-expect): Update to 0.14.2.
2021-12-10 12:51:36 +01:00
Julien Lepiller
94226686fe
gnu: ocaml-migrate-parsetree: Update to 2.3.0.
...
* gnu/packages/ocaml.scm (ocaml-migrate-parsetree): Update to 2.3.0.
2021-12-10 12:51:32 +01:00
Julien Lepiller
6e06846c9d
gnu: ocamlformat: Update to 0.20.0.
...
* gnu/packages/ocaml.scm (ocamlformat): Update to 0.20.0.
2021-12-10 12:51:28 +01:00
Julien Lepiller
af365f0001
gnu: Add ocaml-either.
...
* gnu/packages/ocaml.scm (ocaml-either): New variable.
2021-12-10 12:51:22 +01:00
Julien Lepiller
5ad2dcecdc
gnu: ocaml-fix: Update to 20211125.
2021-12-10 12:51:06 +01:00
Julien Lepiller
4665e6a73b
gnu: opam: Update to 2.1.2.
...
* gnu/packages/ocaml.scm (opam): Update to 2.1.2.
2021-12-09 23:59:21 +01:00
Efraim Flashner
77ea796d1b
gnu: pplacer: Fix build.
...
* gnu/packages/bioinformatics.scm (pplacer)[inputs]: Replace gsl with
gsl-static.
* gnu/packages/ocaml.scm (ocaml4.07-gsl-1)[inputs]: Same.
2021-12-09 23:17:26 +02:00
Ricardo Wurmus
9bc0f45df5
Merge remote-tracking branch 'origin/master' into core-updates-frozen
2021-12-05 19:17:41 +01:00
Ludovic Courtès
f044ffc1c4
gnu: ocaml4.07-ppx-let: Make 'properties' an alist.
...
The incorrect 'properties' value was introduced in
3649c56a5f
.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-let)[properties]: Turn into an
alist.
2021-12-04 21:57:27 +01:00
Julien Lepiller
4ac084e52d
gnu: ocaml-batteries: Update to 3.3.0.
...
* gnu/packages/ocaml.scm (ocaml-batteries): Update to 3.3.0.
(ocaml4.07-batteries): New variable.
2021-11-24 14:51:05 +01:00
Julien Lepiller
db61ad142d
gnu: Add ocaml-benchmark.
...
* gnu/packages/ocaml.scm (ocaml-benchmark): New variable.
2021-11-24 14:50:46 +01:00
zimoun
8365b4a0a3
gnu: Add ocaml-utop.
...
* gnu/packages/ocaml.scm (ocaml-utop): New variable.
(ocaml4.07-utop): Inherit and adjust.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-11-24 02:13:55 +01:00
zimoun
1221eb5f45
gnu: Add ocaml-lambda-term.
...
* gnu/packages/ocaml.scm (ocaml-lambda-term): New variable.
(omca4.07-lambda-term): Inherit and adjust.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-11-24 02:13:53 +01:00
zimoun
db542938e2
gnu: Add ocaml-zed.
...
* gnu/packages/ocaml.scm (ocaml-zed): New variable.
(ocaml4.07-zed): Inherit and adjust source.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-11-24 02:13:52 +01:00
zimoun
f73a39e0da
gnu: ocaml-charinfo-width: Fix source to get 'LICENSE' file.
...
* gnu/packages/ocaml.scm (ocaml-charinfo-width): Replace 'url-fetch' by
'git-fetch' and update to unreleased commit.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-11-24 02:13:51 +01:00
zimoun
ec861f6964
gnu: Add ocaml-mew-vi.
...
* gnu/packages/ocaml.scm (ocaml-mew-vi): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-11-24 02:13:50 +01:00
zimoun
ddea301236
gnu: Add ocaml-mew.
...
* gnu/packages/ocaml.scm (ocaml-mew): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-11-24 02:13:44 +01:00
zimoun
b2a725c679
gnu: Add ocaml-trie.
...
* gnu/packages/ocaml.scm (ocaml-trie): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-11-24 02:13:39 +01:00
Ludovic Courtès
b15e543d30
Merge branch 'master' into core-updates-frozen
2021-11-23 11:29:38 +01:00
Julien Lepiller
8b140f393e
gnu: ocaml-merlin-reader: Update to 4.3.1-411.
...
* gnu/packages/ocaml.scm (ocaml-merlin-reader): Update to 4.3.1-411.
2021-11-21 19:49:36 +01:00
Julien Lepiller
29e9dc49cc
gnu: camlboot: Increase max-silent-time.
...
* gnu/packages/ocaml.scm (camlboot)[properties]: Set max-silent-time to
10 hours.
2021-11-21 16:20:57 +01:00
Julien Lepiller
348f1f7cb5
gnu: camlboot: Update to latest commit.
...
* gnu/packages/ocaml.scm (camlboot): Update to latest commit.
2021-11-21 04:14:49 +01:00
Julien Lepiller
0846e7d326
gnu: Add ocaml-charinfo-width.
...
* gnu/packages/ocaml.scm (ocaml4.07-charinfo-width): Replace with...
(ocaml-charinfo-width): ...this. Use latest ocaml package.
2021-11-20 19:39:57 +01:00
Julien Lepiller
f9bf7de5b4
gnu: Add ocaml-gsl.
...
* gnu/packages/ocaml.scm (ocaml4.07-gsl): Replace with...
(ocaml-gsl): ...this. Use latest ocaml package.
(ocaml4.07-gsl-1): Adapt accordingly.
2021-11-20 19:39:54 +01:00
Julien Lepiller
0481810ebf
gnu: Add ocaml-fftw3.
...
* gnu/packages/ocaml.scm (ocaml4.07-fftw3): Replace with...
(ocaml-fftw3) ...this. Use latest ocaml package.
2021-11-20 19:39:52 +01:00
Julien Lepiller
e9d3f3656b
gnu: Add ocaml-lacaml.
...
* gnu/packages/ocaml.scm (ocaml4.07-lacaml): Replace with...
(ocaml-lacaml): ...this. Use latest ocaml package.
2021-11-20 19:39:25 +01:00
Julien Lepiller
0a4656f1c1
gnu: ocaml-version: Update to 3.4.0.
...
* gnu/packages/ocaml.scm (ocaml-version): Update to 3.4.0.
2021-11-20 17:09:03 +01:00
Julien Lepiller
4378eb9a15
gnu: ocaml-tyxml: Update to 4.5.0.
...
* gnu/packages/ocaml.scm (ocaml-tyxml): Update to 4.5.0.
2021-11-20 17:08:55 +01:00
Julien Lepiller
c2242284ab
gnu: ocaml-topkg: Update to 1.0.4.
...
* gnu/packages/ocaml.scm (ocaml-topkg): Update to 1.0.4.
2021-11-20 17:08:50 +01:00
Julien Lepiller
972c6fe87b
gnu: ocaml-stdlib-shims: Update to 0.3.0.
...
* gnu/packages/ocaml.scm (ocaml-stdlib-shims): Update to 0.3.0.
2021-11-20 17:08:47 +01:00
Julien Lepiller
5a3fcf0cac
gnu: ocaml-sedlex: Update to 2.4.
...
* gnu/packages/ocaml.scm (ocaml-sedlex): Update to 2.4.
[native-inputs]: Remove ocamlbuild.
[propagated-inputs]: Remove ocaml-ppx-tools-versioned.
(ocaml4.07-sedlex)[propagated-inputs]: Add ocaml-ppx-tools-versioned.
2021-11-20 17:08:37 +01:00
Julien Lepiller
40f7eb975b
gnu: ocaml-qtest: Update to 2.11.2.
...
* gnu/packages/ocaml.scm (ocaml-qtest): Update to 2.11.2.
2021-11-20 17:08:33 +01:00
Julien Lepiller
b0e76b0828
gnu: ocaml-qcheck: Update to 0.18.
...
* gnu/packages/ocaml.scm (ocaml-qcheck): Update to 0.18.
* gnu/packages/patches/ocaml-qcheck-fix-test-whitespace.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-11-20 17:08:06 +01:00
Julien Lepiller
0df82727a6
gnu: ocaml-ppx-variants-conv: Update to 0.14.2.
...
* gnu/packages/ocaml.scm (ocaml-ppx-variants-conv): Update to 0.14.2.
[origin]: Remove patch.
* gnu/packages/patches/ocaml-ppx-variants-ppxlib-api-change.patch:
Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2021-11-20 17:07:50 +01:00
Julien Lepiller
97fd67edea
gnu: ocaml-ppx-js-style: Update to 0.14.1.
...
* gnu/packages/ocaml.scm (ocaml-ppx-js-style): Update to 0.14.1.
2021-11-20 17:07:44 +01:00
Julien Lepiller
95e6a977fa
gnu: ocaml-odoc: Update to 2.0.0.
...
* gnu/packages/ocaml.scm (ocaml-odoc): Update to 2.0.0.
[inputs, native-inputs]: Adjust inputs.
(ocaml4.07-odoc)[inputs, native-inputs]: Keep previous inputs.
2021-11-20 17:07:24 +01:00
Julien Lepiller
1277bd9fc0
gnu: ocaml-ocplib-endian: Update to 1.2.
...
* gnu/packages/ocaml.scm (ocaml-ocplib-endian): Update to 1.2.
2021-11-20 17:07:14 +01:00
Julien Lepiller
e46621ca6c
gnu: ocaml-mtime: Update to 1.3.0.
...
* gnu/packages/ocaml.scm (ocaml-mtime): Update to 1.3.0.
2021-11-20 17:07:10 +01:00
Julien Lepiller
63e5e127cb
gnu: ocaml-mdx: Remove unneeded dependency.
...
* gnu/packages/ocaml.scm (ocaml-mdx)[inputs]: remove
ocaml-migrate-parsetree.
2021-11-20 17:06:59 +01:00
Julien Lepiller
e7bf93e5cc
gnu: ocaml-integers: Update to 0.5.1.
2021-11-20 17:06:50 +01:00
Julien Lepiller
426faa76d1
gnu: ocaml-fmt: Update to 0.9.0.
...
* gnu/packages/ocaml.scm (ocaml-fmt): Update to 0.9.0.
(ocaml4.07-fmt): New variable.
2021-11-20 17:06:30 +01:00
Julien Lepiller
42eeea188d
gnu: ocaml-frontc: Update to 4.1.0.
...
* gnu/packages/ocaml.scm (ocaml-frontc): Update to 4.1.0.
(ocaml4.07-frontc): New variable.
2021-11-20 03:48:28 +01:00
Julien Lepiller
32cecfa057
gnu: ocaml-fileutils: Update to 0.6.3.
...
* gnu/packages/ocaml.scm (ocaml-fileutils): Update to 0.6.3.
2021-11-20 03:48:21 +01:00
Julien Lepiller
b8f950cf9d
gnu: ocaml-csv: Update to 2.4.
...
* gnu/packages/ocaml.scm (ocaml-csv): Update to 2.4.
2021-11-20 03:48:19 +01:00
Julien Lepiller
8e15801f23
gnu: ocaml-csexp: Update to 1.5.1.
...
* gnu/packages/ocaml.scm (ocaml-csexp): Update to 1.5.1.
2021-11-20 03:48:17 +01:00
Julien Lepiller
25be347f00
gnu: ocaml-compiler-libs: Update to 0.12.4.
...
* gnu/packages/ocaml.scm (ocaml-compiler-libs): Update to 0.12.4.
2021-11-20 03:48:11 +01:00
Julien Lepiller
58d65f9da8
gnu: ocaml-menhir: Make it its own variant.
...
* gnu/packages/ocaml.scm (ocaml-menhir)[properties]: Use the same menhir
even with ocaml-4.07.
2021-11-20 03:48:05 +01:00