~ruther/guix-local

89c5b924 — Guillaume Le Vaillant 6 years ago
gnu: bitcoin-unlimited: Update to 1.8.0.0.

* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.8.0.0.
  [arguments]: Add 'fix-build' phase, update 'fix-tests' phase.
6207d749 — Nicolas Goaziou 6 years ago
gnu: emacs-flycheck: Update to 31-2.9bcf6b6.

* gnu/packages/emacs-xyz.scm (emacs-flycheck): Update to 31-2.9bcf6b6.
1ac2bf05 — Julien Lepiller 6 years ago
gnu: ocaml-ocurl: Update to 0.9.1.

* gnu/packages/ocaml.scm (ocaml-ocurl): Update to 0.9.1.
bee8c8ac — Julien Lepiller 6 years ago
gnu: ocaml-fileutils: Update to 0.6.2.

* gnu/packages/ocaml.scm (ocaml-fileutils): Update to 0.6.2.
89651117 — Julien Lepiller 6 years ago
gnu: ocaml-octavius: Update to 1.2.2.

* gnu/packages/ocaml.scm (ocaml-octavius): Update to 1.2.2.
68f3ba37 — Florian Pelz 6 years ago
news: Add ‘de’ translation.

* etc/news.scm: Add a ‘de’ translation.
ef9652ef — Mathieu Othacehe 6 years ago
gnu: rottlog: Fix aarch64 cross-compilation.

* gnu/packages/admin.scm (rottlog)[arguments]: Add a 'fix-configure phase to
replace outdated config.sub and config.guess, without aarch64 support,
[native-inputs]: add "automake".
c7c9370d — Ricardo Wurmus 6 years ago
gnu: openjdk12: Simplify snippet.

* gnu/packages/java.scm (openjdk12)[source]: Use regular expression in
find-files.
7b82e1cd — Ricardo Wurmus 6 years ago
gnu: openjdk11: Build in parallel.

* gnu/packages/java.scm (openjdk11)[arguments]: Remove #:parallel-build?,
 #:parallel-tests?, and #:make-flags options; add
"write-source-revision-file"; replace "build" phase; do not set
GUIX_LD_WRAPPER_ALLOW_IMPURITIES; pass JOBS variable to make in "build" and
"build-jre" phases.
62d46ad6 — Ricardo Wurmus 6 years ago
gnu: openjdk11: Simplify snippet.

* gnu/packages/java.scm (openjdk11)[source]: Use regular expression in
find-files.
49ad6aec — Ricardo Wurmus 6 years ago
gnu: openjdk10: Simplify snippet.

* gnu/packages/java.scm (openjdk10)[source]: Use regular expression in
find-files.
f5789c26 — Ricardo Wurmus 6 years ago
gnu: openjdk9: Build in parallel.

* gnu/packages/java.scm (openjdk9)[arguments]: Add phase
"write-source-revision-file"; replace "build" phase; add make-flags; remove
GUIX_LD_WRAPPER_ALLOW_IMPURITIES.
b7a1cac6 — Ricardo Wurmus 6 years ago
gnu: openjdk9: Simplify snippet.

* gnu/packages/java.scm (openjdk9)[source]: Use only one find-files
invocation.
1130e8c8 — Edouard Klein 6 years ago
gnu: Add python-selenium.

* gnu/packages/python-web.scm (python-selenium): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
35d1ac7f — Jonathan Brielmaier 6 years ago
gnu: quaternion: Update to 0.0.9.4e.

* gnu/packages/messaging.scm (quaternion): Update to 0.0.9.4e.
[source]: Upstream moved the repo to quotient-im namespace.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
e9c6aed1 — Jonathan Brielmaier 6 years ago
gnu: libqmatrixclient: Update to 0.5.3.2.

* gnu/packages/messaging.scm (libqmatrixclient): Update to 0.5.3.2.
[source]: Name changed to libquotient, will be visible in 0.6.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2b8a9cca — Ludovic Courtès 6 years ago
licenses: Update Zlib license URL.

* guix/licenses.scm (zlib): Change URL.
e3c3fb1d — Ekaitz Zarraga 6 years ago
gnu: Add openctm.

* gnu/packages/engineering.scm (openctm): New Variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
01611d14 — Ludovic Courtès 6 years ago
quirks: Add patch for <https://bugs.gnu.org/41214>.

Fixes <https://bugs.gnu.org/41214>.

* guix/quirks.scm (%bug-41214-patch): New variable.
(%patches): Add it.
9db88369 — Ludovic Courtès 6 years ago
channels: 'build-from-source' restores '%guile-for-build'.

Not restoring it would cause problems when running:

  guix time-machine --commit=6298c3ffd9654d3231a6f25390b056483e8f407c

or similar because the target Guix would be built with 2.2, and then
we'd erroneously go on and attempt build the profile with 2.2.  This
would fail because profile dependencies such as "guile-gdbm-ffi" now
target 3.0.

* guix/channels.scm (call-with-guile): New procedure.
(with-guile): New macro.
(build-from-source): Use it instead of calling 'set-guile-for-build'
just once.  This ensures that '%guile-for-build' is restored
afterwards.
Next