~ruther/guix-local

fd7000fe — nikita 9 years ago
gnu: kbd: Add 'native-search-paths'.

* gnu/packages/linux.scm (kbd)[native-search-paths]: Add it.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2af3743b — Marius Bakke 9 years ago
gnu: strace: Update to 4.17.

* gnu/packages/linux.scm (strace): Update to 4.17.
acc417ca — Marius Bakke 9 years ago
gnu: slop: Update to 6.3.38.

* gnu/packages/xdisorg.scm (slop): Update to 6.3.38.
87c95cb2 — Arun Isaac 9 years ago
gnu: emacs-exwm: Fix 'line too long' lint warning.

* gnu/packages/emacs.scm (emacs-exwm): Split line to fix 'line too long' lint
  warning.
c10d887d — Jan Nieuwenhuizen 9 years ago
gnu: emacs-exwm: Update to 0.14.

* gnu/packages/emacs.scm (emacs-exwm): Update to 0.14.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
60793e37 — Marius Bakke 9 years ago
gnu: webkitgtk: Update to 2.16.3 [fixes CVE-2017-{2496,2510,2539}].

* gnu/packages/webkit.scm (webkitgtk): Update to 2.16.3.
3a62dd6b — Ricardo Wurmus 9 years ago
build-system: gnu: Fix cross-gcc call.

This is a follow-up to 7b3318e34f4e2743254a88b908859901db960e9a.

* guix/build-system/gnu.scm (standard-cross-packages): Use keyword arguments
in cross-gcc call.
2f4c2df1 — Julien Lepiller 9 years ago
gnu: Add ocaml-ppx-jane.

* gnu/packages/ocaml.scm (ocaml-ppx-jane): New variable.
5cd47fb0 — Julien Lepiller 9 years ago
gnu: Add ocaml-ppx-expect.

* gnu/packages/ocaml.scm (ocaml-ppx-expect): New variable.
f27522d6 — Julien Lepiller 9 years ago
gnu: Add ocaml-re.

* gnu/packages/ocaml.scm (ocaml-re): New variable.
38cb1ec6 — Julien Lepiller 9 years ago
gnu: Add ocaml-ppx-fields-conv.

* gnu/packages/ocaml.scm (ocaml-ppx-fields-conv): New variable.
9b8bc957 — Julien Lepiller 9 years ago
gnu: Add ocaml-ppx-sexp-message.

* gnu/packages/ocaml.scm (ocaml-ppx-sexp-message): New variable.
c64fecc2 — Julien Lepiller 9 years ago
gnu: Add ocaml-ppx-custom-printf.

* gnu/packages/ocaml.scm (ocaml-ppx-custom-printf): New variable.
7ea5acc6 — Julien Lepiller 9 years ago
gnu: Add ocaml-ppx-fail.

* gnu/packages/ocaml.scm (ocaml-ppx-fail): New variable.
5d6d7ab0 — Julien Lepiller 9 years ago
gnu: Add ocaml-ppx-bin-prot.

* gnu/packages/ocaml.scm (ocaml-ppx-bin-prot): New variable.
3674d7df — Julien Lepiller 9 years ago
gnu: Add ocaml-ppx-pipebang.

* gnu/packages/ocaml.scm (ocaml-ppx-pipebang): New variable.
25941ca1 — Julien Lepiller 9 years ago
gnu: Add ocaml-ppx-sexp-value.

* gnu/packages/ocaml.scm (ocaml-ppx-sexp-value): New variable.
20ed0939 — Ludovic Courtès 9 years ago
pull: Catch '&missing-dependency-error' raised by 'source-module-closure'.

Fixes <http://bugs.gnu.org/26987>.
Reported by Mathieu Othacehe <m.othacehe@gmail.com>.

* guix/build/pull.scm (depends-on-guile-ssh?): Remove.
(has-all-its-dependencies?): New procedure.
(build-guix): Use it to filter source files.
bfe5264a — Ludovic Courtès 9 years ago
modules: Raise an error when a dependency could not be found.

* guix/modules.scm (&missing-dependency-error): New error condition.
(source-module-dependencies): Raise it when 'search-path' returns #f.
* tests/modules.scm ("&missing-dependency-error"): New test.
4862a98b — Ludovic Courtès 9 years ago
base64: Turn into a regular Guile module.

* guix/base64.scm: Replace 'library' form with 'define-module'.
Next