~ruther/guix-local

834dc830 — Christopher Baines 8 years ago
web: Add nginx-documentation.

* gnu/packages/web.scm (nginx): Add comment about updating the documentation.
  (nginx-xslscript): New variable.
  (nginx-documentation): New variable.
024d37d1 — Christopher Baines 8 years ago
perl: Add perl-parse-recdescent.

* gnu/packages/perl.scm (perl-parse-recdescent): New variable.
3eabcc78 — Tomáš Čech 8 years ago
gnu: Add missing input to python-py3status and fix call path.

file is used to determine configuration file encoding and py3status fails to
start when this tool is missing.

* gnu/packages/python.scm (python-py3status)[inputs]: Add file.
  [arguments]: Modify phases to patch py3status to call file with an absolute
  path.
cca6941f — Oleg Pykhalov 8 years ago
pull: Add GUIX_PULL_URL environment variable.

* guix/scripts/pull.scm (%repository-url): Add GUIX_PULL_URL environment
  variable.
* doc/guix.texi (Invoking guix pull): Mention GUIX_PULL_URL.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
38033318 — Oleg Pykhalov 8 years ago
gnu: sdl: Add debug output.

* gnu/packages/sdl.scm (sdl, sdl-gfx, sdl-image, sdl-mixer, sdl-net, sdl-ttf):
  Add debug output.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: getmail: Update to 5.4.

* gnu/packages/mail.scm (getmail): Update to 5.4.
3202d601 — Leo Famulari 8 years ago
gnu: khal: Update to 0.9.8.

* gnu/packages/calendar.scm (khal): Update to 0.9.8.
[arguments]: Make sure to stop building if the documentation fails to
build.  Skip some failing tests.
aba219af — Ludovic Courtès 8 years ago
pull: Honor 'parallel-job-count'.

* guix/build/pull.scm (build-guix): Use 'n-par-for-each' and honor
'parallel-job-count'.
1f3ea898 — Ludovic Courtès 8 years ago
store: Add missing import.

* guix/store.scm: Use (ice-9 format).
9070ca44 — Ludovic Courtès 8 years ago
gnu: zile: Update to 2.4.14.

* gnu/packages/zile.scm (zile): Update to 2.4.14.
eca16a3d — Ludovic Courtès 8 years ago
guix package: '--upgrade' no longer reverses package order.

Reported by Oleg Pykhalov <go.wigust@gmail.com>
at <https://lists.gnu.org/archive/html/help-guix/2017-10/msg00000.html>.

* guix/scripts/package.scm (options->installable)[upgraded]: Use
'fold-right' instead of 'fold'.
3ae76f7f — Ben Woodcroft 8 years ago
gnu: vsearch: Update to 2.5.0.

* gnu/packages/bioinformatics.scm (vsearch): Update to 2.5.0.
ecfcb2e0 — Mark H Weaver 8 years ago
gnu: linux-libre: Update to 4.13.5.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.5.
(%linux-libre-hash): Update hash.
45567037 — Mark H Weaver 8 years ago
gnu: linux-libre@4.9: Update to 4.9.53.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.53.
428951b8 — Mark H Weaver 8 years ago
gnu: linux-libre@4.4: Update to 4.4.90.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.90.
90d23ed9 — Ludovic Courtès 8 years ago
system: Really filter out Linux device names for the store.

This is a followup to db4e8fd5d4a07d3be8ce68fb96722ef7077c0eee.
Fixes <https://bugs.gnu.org/28445>.
Reported by Mark H Weaver <mhw@netris.org>.

* gnu/system.scm (ensure-not-/dev): New procedure.
(read-boot-parameters)[ensure-not-/dev]: Remove.
(operating-system-boot-parameters): Use it.
5266ff71 — Christopher Baines 8 years ago
services: Add MongoDB.

* gnu/services/databases.scm (%default-mongodb-configuration-file,
  %mongodb-accounts, mongodb-service-type): New variables.
  (<mongodb-configuration>): New record type.
  (mongodb-activation, mongodb-shepherd-service): New procedures.
* gnu/tests/databases.scm (%test-mongodb): New variable.
* doc/guix.texi (Database Services): Add MongoDB documentation.
6bbbca90 — Christopher Baines 8 years ago
gnu: Add mongodb.

* gnu/packages/databases.scm (mongodb): New variable.
4bbc27ac — Tobias Geerinckx-Rice 8 years ago
gnu: btrfs-progs: Update to 4.13.2.

* gnu/packages/linux.scm (btrfs-progs): Update to 4.13.2.
2320d4f0 — Efraim Flashner 8 years ago
gnu: glibc-locales: Use 'modify-phases' syntax.

* gnu/packages/base.scm (glibc-locales)[arguments]: Use 'modify-phases'
syntax.
Next