~ruther/guix-local

dc7b3e56 — Christopher Baines 8 years ago
services: herd: Fix matching ok responses from shepherd service.

Previously the match expression case for a successful response
(where error is #f) required that the result component contained a list with a
single element.

As far as I see when looking at the responses from the shepherd, this is not
normally the case. Therefore, to avoid treating successful responses as
errors, make the match requirement more permissive, accepting any value.

* gnu/services/herd.scm (invoke-action): Change match condition for ok responses.
65831c64 — Efraim Flashner 8 years ago
gnu: babl: Update to 0.1.28.

* gnu/packages/gimp.scm (babl): Update to 0.1.28.
3616ff51 — Efraim Flashner 8 years ago
gnu: gegl: Use 'modify-phases' syntax.

* gnu/packages/gimp.scm (gegl)[arguments]: Use the 'modify-phases' syntax.
b0a21b56 — Efraim Flashner 8 years ago
gnu: gegl: Fix building on aarch64.

* gnu/packages/gimp.scm (gegl)[arguments]: Add '-lm' configure-flag.
cc36165e — Ben Woodcroft 8 years ago
gnu: ruby-activesupport: Update to 5.1.3.

* gnu/packages/ruby.scm (ruby-activesupport): Update to 5.1.3.
b998781d — Tobias Geerinckx-Rice 8 years ago
gnu: pciutils: Update to 3.5.5.

* gnu/packages/pciutils.scm (pciutils): Update to 3.5.5.
a40af5d0 — Tobias Geerinckx-Rice 8 years ago
gnu: hunspell: Update to 1.6.1.

* gnu/packages/libreoffice.scm (hunspell): Update to 1.6.1.
[native-inputs]: Add autoconf, automake, and libtool.
[arguments]: Add ‘bootstrap’ phase.
fc3560ff — Tobias Geerinckx-Rice 8 years ago
gnu: hunspell: Update home page.

* gnu/packages/libreoffice.scm (hunspell)[home-page]: Update it.
625761a5 — Tobias Geerinckx-Rice 8 years ago
gnu: aspell-dict-en: Update to 2017.01.22-0.

Add missing copyright line for 2016.

* gnu/packages/aspell.scm (aspell-dict-en): Update to 2017.01.22-0.
d4595247 — Tobias Geerinckx-Rice 8 years ago
gnu: moreutils: Update to 0.61.

* gnu/packages/moreutils.scm (moreutils): Update to 0.61.
7fae2063 — Tobias Geerinckx-Rice 8 years ago
gnu: sudo: Use ‘modify-phases’ syntax.

* gnu/packages/admin.scm (sudo)[arguments]: Use ‘modify-phases’.
4f4134c2 — Mark H Weaver 8 years ago
gnu: linux-libre: Update to 4.12.5.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.5.
(%linux-libre-hash): Update hash.
99ccc747 — Mark H Weaver 8 years ago
gnu: linux-libre@4.9: Update to 4.9.41.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.41.
c56b08b1 — Mark H Weaver 8 years ago
gnu: linux-libre@4.4: Update to 4.4.80.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.80.
c36e27d5 — Mark H Weaver 8 years ago
gnu: linux-libre@4.1: Update to 4.1.43.

* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.43.
63755fcd — Ben Woodcroft 8 years ago
gnu: ruby-puma: Update to 3.9.1.

* gnu/packages/ruby.scm (ruby-puma): Update to 3.9.1.
[source]: Remove patch.
[arguments]: Disable tests.
[native-inputs]: Remove field.
* gnu/packages/patches/ruby-puma-ignore-broken-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
5b0c223a — Ben Woodcroft 8 years ago
gnu: ruby-nokogiri-diff: Update to 0.2.0-1.a38491e4.

* gnu/packages/ruby.scm (ruby-nokogiri-diff): Update to 0.2.0-1.a38491e4.
5071f17b — Ben Woodcroft 8 years ago
gnu: ruby-tdiff: Update to 0.3.3-1.b662a604.

* gnu/packages/ruby.scm: Update to 0.3.3-1.b662a604
e7ea30d5 — Ben Woodcroft 8 years ago
ruby: Replace with ruby-2.4.1.

* gnu/packages/ruby.scm (ruby-2.4.1): New variable.
(ruby)[replacement]: New field.
a1aa5dab — Mark H Weaver 8 years ago
daemon: Ensure the child stack is aligned on a 16-byte boundary.

* nix/libstore/build.cc (DerivationGoal::startBuilder): When calling 'clone',
ensure that the stack is aligned on a 16-byte boundary.
Next