Ludovic Courtès
6732171924
gnu: iproute2: Update to 4.20.0.
...
* gnu/packages/linux.scm (iproute): Update to 4.20.0.
2019-02-06 23:06:18 +01:00
Ludovic Courtès
8245bb74fc
monads, gexp: Prevent redefinition of syntax parameters.
...
Fixes <https://bugs.gnu.org/27476 >.
This fixes multi-threaded compilation of this code where syntax
parameters could end up being redefined and where a race condition could
lead a thread to see the "wrong" value of the syntax parameter.
* guix/monads.scm (define-syntax-parameter-once): New macro.
(>>=, return): Use it.
* guix/gexp.scm (define-syntax-parameter-once): New macro.
(current-imported-modules, current-imported-extensions): Use it.
2019-02-06 23:06:18 +01:00
Ludovic Courtès
d591242808
daemon: Emit a 'build-succeeded' event in check mode.
...
Until now, something like "guix build sed -v1 --check" would not get a
'build-succeeded' event, which in turn meant that the spinner would not
be erased upon build completion.
* nix/libstore/build.cc (DerivationGoal::registerOutputs): When
'buildMode' is bmCheck and 'settings.printBuildTrace' emit a
"@ build-succeeded" trace upon success.
* tests/store.scm ("build-succeeded trace in check mode"): New test.
2019-02-06 23:06:18 +01:00
Kei Kebreau
25945666e3
gnu: abcde: Update to 2.9.3.
...
* gnu/packages/cdrom.scm (abcde): Update to 2.9.3.
[source]: Update snippet.
2019-02-06 16:49:12 -05:00
Ricardo Wurmus
6df215f8c8
gnu: star: Update to 2.7.0b.
...
* gnu/packages/bioinformatics.scm (star): Update to 2.7.0b.
[arguments]: Add "add-missing-header" build phase.
2019-02-06 21:32:16 +01:00
Kei Kebreau
d11840b43e
gnu: wxmaxima: Update to 19.01.3.
...
* gnu/packages/maths.scm (wxmaxima): Update to 19.01.3.
2019-02-06 12:52:27 -05:00
Kei Kebreau
a4362fba0e
gnu: maxima: Update to 5.42.2.
...
* gnu/packages/maths.scm (maxima): Update to 5.42.2.
2019-02-06 12:52:27 -05:00
Pierre Neidhardt
808136bdb6
gnu: emacs-lispyville: Update to 20181217.
...
* gnu/packages/emacs-xyz.scm (emacs-lispyville): Update to 20181217.
2019-02-06 16:21:49 +01:00
Pierre Neidhardt
caf810d355
gnu: emacs-lispy: Update to 20190205.
...
* gnu/packages/emacs-xyz.scm (emacs-lispy): Update to 20190205.
2019-02-06 16:20:32 +01:00
Pierre Neidhardt
de87d70e54
gnu: emacs-evil-collection: Update to 20190206.
...
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20190206.
2019-02-06 16:20:23 +01:00
Pierre Neidhardt
b6a7697914
gnu: emacs-evil: Update to 1.2.14.
...
* gnu/packages/emacs-xyz.scm (emacs-evil): Update to 1.2.14.
2019-02-06 16:18:28 +01:00
Christopher Baines
61dafdc0fe
gnu: Add guile-squee.
...
* gnu/packages/guile-xyz.scm (guile-squee): New variable.
2019-02-06 13:11:35 +00:00
Rutger Helling
9b43a73600
gnu: vulkan-headers: Update to 1.1.99.
...
* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.99.
* gnu/packages/vulkan.scm (vulkan-loader): Update hash.
* gnu/packages/vulkan.scm (vulkan-tools): Update to 1.1.97.0.
2019-02-06 12:10:52 +01:00
Christopher Baines
e88fd8beb1
gnu: ocaml-splittable-random: Change @defn to @acronym.
...
I see an error when running guix package -s relating to this:
Throw to key `parser-error' with args `(#f "Unknown command" defn)'.
* gnu/packages/ocaml.scm (ocaml-splittable-random)[description]: Change @defn
to @acronym.
2019-02-06 09:18:08 +00:00
Christopher Baines
1d5d0447d3
gnu: ocaml-spawn: Add missing @end itemize to description.
...
As otherwise this error appears when running things like guix package -s:
texinfo.scm:745:27: Throw to key `parser-error' with args `(#<input: string
35ad0e0> "EOF while reading a token " "reading char data")'.
* gnu/packages/ocaml.scm (ocaml-spawn)[description]: Add @end itemize to the
end.
2019-02-06 09:16:50 +00:00
Arun Isaac
f4f8c23bae
gnu: mpop: Update to 1.4.2.
...
* gnu/packages/mail.scm (mpop): Update to 1.4.2.
2019-02-06 13:05:45 +05:30
Nicolas Goaziou
00e18f9fa9
gnu: musescore: Update to 3.0.2.
...
* gnu/packages/music.scm (musescore): Update to 3.0.2.
[source]: Add patch.
* gnu/packages/patches/musescore-fix-use_webengine.patch: New file.
* gnu/local.mk (dist_patch_DATA): Reference patch.
2019-02-05 23:11:43 +01:00
Julien Lepiller
8baa5c8b7c
gnu: Add ocaml-core-kernel.
...
* gnu/packages/ocaml.scm (ocaml-core-kernel): New variable.
2019-02-05 22:34:31 +01:00
Julien Lepiller
514b542018
gnu: Add ocaml-core.
...
* gnu/packages/ocaml.scm (ocaml-core): New variable.
2019-02-05 22:34:28 +01:00
Julien Lepiller
9e81db80eb
gnu: Add ocaml-spawn.
...
* gnu/packages/ocaml.scm (ocaml-spawn): New variable.
2019-02-05 22:34:26 +01:00
Julien Lepiller
3e3d5ffc34
gnu: Add ocaml-configurator.
...
* gnu/packages/ocaml.scm (ocaml-configurator): New variable.
2019-02-05 22:34:24 +01:00
Julien Lepiller
dc361a2563
gnu: Add ocaml-jane-street-headers.
...
* gnu/packages/ocaml.scm (ocaml-jane-street-headers): New variable.
2019-02-05 22:34:22 +01:00
Julien Lepiller
5995e6d104
gnu: Add ocaml-splittable-random.
...
* gnu/packages/ocaml.scm (ocaml-splittable-random): New variable.
2019-02-05 22:34:20 +01:00
Julien Lepiller
255f1cae42
gnu: Add ocaml-ppx-jane.
...
* gnu/packages/ocaml.scm (ocaml-ppx-jane): New variable.
2019-02-05 22:34:17 +01:00
Julien Lepiller
7bd4b85e9b
gnu: Add ocaml-ppx-bin-prot.
...
* gnu/packages/ocaml.scm (ocaml-ppx-bin-prot): New variable.
2019-02-05 22:34:15 +01:00
Julien Lepiller
d13b9c5f67
gnu: Add ocaml-ppx-base.
...
* gnu/packages/ocaml.scm (ocaml-ppx-base): New variable.
2019-02-05 22:34:13 +01:00
Julien Lepiller
48ad1181d0
gnu: Add ocaml-ppx-typerep-conv.
...
* gnu/packages/ocaml.scm (ocaml-ppx-typerep-conv): New variable.
2019-02-05 22:34:11 +01:00
Julien Lepiller
f4304c1d6c
gnu: Add ocaml-ppx-js-style.
...
* gnu/packages/ocaml.scm (ocaml-ppx-js-style): New variable.
2019-02-05 22:34:09 +01:00
Julien Lepiller
4e4e5fb1df
gnu: Add ocaml-ppx-expect.
...
* gnu/packages/ocaml.scm (ocaml-ppx-expect): New variable.
2019-02-05 22:34:07 +01:00
Julien Lepiller
7ec9a45db3
gnu: Add ocaml-ppx-assert.
...
* gnu/packages/ocaml.scm (ocaml-ppx-assert): New variable.
2019-02-05 22:34:04 +01:00
Julien Lepiller
6018802d9c
gnu: Add ocaml-ppx-fail.
...
* gnu/packages/ocaml.scm (ocaml-ppx-fail): New variable.
2019-02-05 22:34:02 +01:00
Julien Lepiller
1365ae47d1
gnu: Add ocaml-ppx-let.
...
* gnu/packages/ocaml.scm (ocaml-ppx-let): New variable.
2019-02-05 22:34:00 +01:00
Julien Lepiller
79967eeafc
gnu: add ocaml-ppx-optcomp.
...
* gnu/packages/ocaml.scm (ocaml-ppx-optcomp): New variable.
2019-02-05 22:33:58 +01:00
Julien Lepiller
3f4ecf6649
gnu: Add ocaml-ppx-optional.
...
* gnu/packages/ocaml.scm (ocaml-ppx-optional): New variable.
2019-02-05 22:33:56 +01:00
Julien Lepiller
6a1140012c
gnu: Add ocaml-ppx-pipebang.
...
* gnu/packages/ocaml.scm (ocaml-ppx-pipebang): New variable.
2019-02-05 22:33:53 +01:00
Julien Lepiller
44a2ceca19
gnu: Add ocaml-ppx-sexp-message.
...
* gnu/packages/ocaml.scm (ocaml-ppx-sexp-message): New variable.
2019-02-05 22:33:51 +01:00
Julien Lepiller
e93281507d
gnu: Add ocaml-ppx-sexp-value.
...
* gnu/packages/ocaml.scm (ocaml-ppx-sexp-value): New variable.
2019-02-05 22:33:49 +01:00
Julien Lepiller
a58118ca6b
gnu: Add ocaml-typerep.
...
* gnu/packages/ocaml.scm (ocaml-typerep): New variable.
2019-02-05 22:33:47 +01:00
Julien Lepiller
164b06daeb
gnu: Add ocaml-ppx-here.
...
* gnu/packages/ocaml.scm (ocaml-ppx-here): New variable.
2019-02-05 22:33:42 +01:00
Julien Lepiller
b42afab2e2
gnu: Add ocaml-ppx-bench.
...
* gnu/packages/ocaml.scm (ocaml-ppx-bench): New variable.
2019-02-05 22:33:40 +01:00
Julien Lepiller
db67f56901
gnu: Add ocaml-ppx-enumerate.
...
* gnu/packages/ocaml.scm (ocaml-ppx-enumerate): New variable.
2019-02-05 22:33:37 +01:00
Julien Lepiller
6692f65218
gnu: Add ocaml-ppx-hash.
...
* gnu/packages/ocaml.scm (ocaml-ppx-hash): New variable.
2019-02-05 22:33:35 +01:00
Julien Lepiller
49b01fa3e9
gnu: Add ocaml-octavius.
...
* gnu/packages/ocaml.scm (ocaml-octavius): New variable.
2019-02-05 22:33:33 +01:00
Julien Lepiller
a0584d6c97
gnu: Add ocaml-bin-prot.
...
* gnu/packages/ocaml.scm (ocaml-bin-prot): New variable.
2019-02-05 22:33:31 +01:00
Julien Lepiller
e6f08ec93a
gnu: Add ocaml-ppx-custom-printf.
...
* gnu/packages/ocaml.scm (ocaml-ppx-custom-printf): New variable.
2019-02-05 22:33:29 +01:00
Julien Lepiller
7523674c2b
gnu: Add ocaml-ppx-variants-conv.
...
* gnu/packages/ocaml.scm (ocaml-ppx-variants-conv): New variable.
2019-02-05 22:33:27 +01:00
Julien Lepiller
c7cf165e38
gnu: Add ocaml-ppx-sexp-conv.
...
* gnu/packaes/ocaml.scm (ocaml-ppx-sexp-conv): New variable.
2019-02-05 22:33:25 +01:00
Julien Lepiller
7b685486ce
gnu: Add ocaml-ppx-fields-conv.
...
* gnu/packages/ocaml.scm (ocaml-ppx-fields-conv): New variable.
2019-02-05 22:33:23 +01:00
Julien Lepiller
d9f8433e17
gnu: Add ocaml-variantslib.
...
* gnu/packages/ocaml.scm (ocaml-variantslib): New variable.
2019-02-05 22:33:21 +01:00
Julien Lepiller
143685fd1a
gnu: Add ocaml-fieldslib.
...
* gnu/packages/ocaml.scm (ocaml-fieldslib): New variable.
2019-02-05 22:33:19 +01:00