~ruther/guix-local

f59de6be — Clément Lassieur 8 years ago
services: prosody: Add support for http-external-url.

* doc/guix.texi (Messaging Services): Update accordingly.
* gnu/services/messaging.scm (prosody-configuration)[http-external-url]: New
field.
5cc6dcd7 — Clément Lassieur 8 years ago
services: prosody: Adapt to Prosody 0.10.0.

* doc/guix.texi (Messaging Services): Add "mam" as a module example.  Document
'prosodyctl check'.  Replace 'prosodyctl cert request' with 'prosodyctl cert
import'.  Regenerate it.
* gnu/services/messaging.scm (serialize-module-list): Remove "posix" from the
default modules list because it is now automatically loaded.
(ssl-configuration)[key, certificate]: Remove them because they are now
automatically located.  Fix their docstrings.
(%default-modules-enabled): Add "carbons" and "blocklist".
(prosody-configuration)[certificates]: Set default directory from which
certificates/keys will be automatically located.
3ba50108 — Clément Lassieur 8 years ago
gnu: prosody: Add lua5.1-bitop to inputs.

It is required for mod_websocket on Lua 5.1 since Prosody 0.10.

* gnu/packages/messaging.scm (prosody)[inputs]: Add lua5.1-bitop.
cb31a524 — Clément Lassieur 8 years ago
gnu: Add lua5.1-bitop.

* gnu/packages/lua.scm (make-lua-bitop): New procedure.
(lua5.2-bitop): Call make-lua-bitop.
(lua5.1-bitop): New variable.
93bfc969 — Rutger Helling 8 years ago
gnu: prosody: Update to 0.10.0.

* gnu/packages/messaging.scm (prosody): Update to 0.10.0.

Signed-off-by: Clément Lassieur <clement@lassieur.org>
b8e77811 — Mathieu Othacehe 8 years ago
vm: Use os-defined initrd intead of base-initrd.

* gnu/system/vm.scm (system-disk-image, system-qemu-image,
  virtualized-operating-system): Replace base-initrd by
  (operating-system-initrd os).

The system produced were always using base-initrd even if the user had
defined a custom initrd based on raw-initrd in the os declaration.
64047c85 — Rutger Helling 8 years ago
gnu: qtox: Update to 1.13.0.

* gnu/packages/messaging.scm (qtox): Update to 1.13.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
a0bd6fff — Rutger Helling 8 years ago
gnu: tidy-html: Update to 5.6.0.

* gnu/packages/web.scm (tidy-html): Update to 5.6.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
51b0f09e — Efraim Flashner 8 years ago
gnu: mongodb: Remove some bundled sources.

* gnu/packages/databases.scm (mongodb)[source]: Add snippet to remove
some of the bundled sources.
[input]: Remove unused boost input.
319b52c3 — Efraim Flashner 8 years ago
gnu: mongodb: Use system wiredtiger when available.

* gnu/packages/databases.scm (mongodb)[inputs]: Add wiredtiger on
64-bit systems.
[arguments]: When using wiredtiger, use system wiredtiger.
29cfbfca — Efraim Flashner 8 years ago
gnu: mongodb: Build without wiredtiger on 32-bit systems.

* gnu/packages/databases.scm (mongodb)[arguments]: Add a configure-flag
to build without wiredtiger support on 32-bit systems.
f1c49e75 — Leo Famulari 8 years ago
gnu: mongodb: Update to 3.4.10.

* gnu/packages/databases.scm (mongodb): Update to 3.4.10.
2af6be91 — Kei Kebreau 8 years ago
gnu: diffoscope: Fix error messages related to comparison tools.

* gnu/packages/package-management.scm (diffoscope)[arguments]: Replace readelf
substitution and add stat and getfacl substitutions.
[inputs]: Add acl.

Errors fixed include the following:
  "FileNotFoundError: [Errno 2] No such file or directory: 'readelf'"
  "diffoscope.comparators.directory: Unable to find 'getfacl', some directory
   metadata differences might not be noticed."
  "diffoscope.comparators.directory: Unable to find 'stat'"
5ea35b42 — Efraim Flashner 8 years ago
gnu: qtsensors: Disable parallel tests.

* gnu/packages/qt.scm (qtsensors)[arguments]: Disable parallel tests.
68cb962a — Jan Nieuwenhuizen 8 years ago
gnu: guile-emacs: Resurrect, fixes #29186.

* gnu/packages/patches/guile-emacs-fix-configure.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/emacs.scm (guile-emacs): Use it.  Add workaround for src/deps
dir creation.  Fixes #29186.
7989ba2a — Efraim Flashner 8 years ago
gnu: enlightenment: Update to 0.22.1.

* gnu/packages/enlightenment.scm (enlightenment): Update to 0.22.1.
33b02e07 — Efraim Flashner 8 years ago
gnu: efl: Update to 1.20.6.

* gnu/packages/enlightenment.scm (efl): Update to 1.20.6.
4aac8d05 — Ludovic Courtès 8 years ago
syscalls: Adjust utmpx test.

Fixes <https://bugs.gnu.org/29426>.
Reported by Adonay Felipe Nogueira <adfeno@hyperbola.info>.

* tests/syscalls.scm ("utmpx-entries"): Check the value
of (utmpx-entries entry) only for INIT_PROCESS, LOGIN_PROCESS, and
USER_PROCESS entries.
1e0ea1d8 — Leo Famulari 8 years ago
gnu: utox: Make CHECK a native-input.

This is a followup to commit 907ab9e8cbab10413848dfc8982cfc851e03903f.

* gnu/packages/messaging.scm (utox)[inputs]: Move CHECK ...
[native-inputs]: ... here.
a93ac4cb — Mark H Weaver 8 years ago
gnu: linux-libre: Update to 4.14.2.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.2.
(%linux-libre-hash): Update hash.
Next