~ruther/guix-local

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.
b2785c54 — Mark H Weaver 8 years ago
gnu: linux-libre@4.9: Update to 4.9.65.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.65.
749164cb — Mark H Weaver 8 years ago
gnu: linux-libre@4.4: Update to 4.4.102.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.102.
e9291eaa — Alex Sassmannshausen 8 years ago
gnu: Add guile-dsv.

* gnu/packages/guile.scm (guile-dsv): New variable.
ea3b9f7b — Christopher Baines 8 years ago
gnu: mail: Remove python-django-mailman3.

This package fails to build, as django-mailman3 currently only works with
Python 2.

* gnu/packages/mail.scm (python-django-mailman3): Removed variable.
  (python2-django-mailman3): Inline the use of python-django-mailman3, and
  remove the use of package-with-python2.
17dc2a09 — Christopher Baines 8 years ago
gnu: django: Fix building python-django-allauth.

* gnu/packages/django.scm (python-django-allauth)[arguments]: Modify the
  standard phases to skip a test, and run the tests using django-admin with
  the settings configured.
7a452689 — Oleg Pykhalov 8 years ago
gnu: Add emacs-highlight-stages.

* gnu/packages/emacs.scm (emacs-highlight-stages): New variable.
* gnu/packages/patches/emacs-highlight-stages-add-gexp.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add this.
Next