~ruther/guix-local

ref: 17c2294c242a9d0c18db4ec979e00a33e92aac13 guix-local/gnu/packages d---------
17c2294c — Tobias Geerinckx-Rice 9 years ago
gnu: hunspell: Add missing perl dependency.

* gnu/packages/libreoffice.scm (hunspell)[inputs]: Add perl dependency
for ispellaff2myspell.
4dec10ba — Tobias Geerinckx-Rice 9 years ago
gnu: hunspell: Update to 1.5.4.

* gnu/packages/libreoffice.scm (hunspell): Update to 1.5.4.
[source]: Add a file-name.
d36935cd — Tobias Geerinckx-Rice 9 years ago
gnu: Add Ancient Greek Aspell dictionary.

* gnu/packages/aspell.scm (aspell-dict-grc): New variable.
707ee324 — Tobias Geerinckx-Rice 9 years ago
gnu: aspell-dictionary: Use ‘modify-phases’ syntax.

* gnu/packages/aspell.scm (aspell-dictionary)[arguments]: Use
‘modify-phases’.
f87b8e25 — Tobias Geerinckx-Rice 9 years ago
gnu: weechat: Use new xz-compressed tarball.

* gnu/packages/irc.scm (weechat)[source]: Use ‘.tar.xz’ source.
33d5b246 — Tobias Geerinckx-Rice 9 years ago
gnu: cutadapt: Use ‘modify-phases’ syntax.

* gnu/packages/bioinformatics.scm (cutadapt)[arguments]: Use
‘modify-phases’.
2fb5af2c — Efraim Flashner 9 years ago
gnu: enlightenment: Update to 0.21.5.

* gnu/packages/enlightenment.scm (enlightenment): Update to 0.21.5.
08703721 — Efraim Flashner 9 years ago
gnu: tor: Update to 0.2.9.8.

* gnu/packages/tor.scm (tor): Update to 0.2.9.8.
2eadd828 — Ludovic Courtès 9 years ago
gnu: cuirass: Add Git to 'PATH'.

* gnu/packages/ci.scm (cuirass)[arguments]: In 'wrap-program' phase, add
Git to 'PATH'.
[inputs]: Add GIT.
c27b31e8 — nikita 9 years ago
gnu: utox: Fix description.

* gnu/packages/messaging.scm (utox): Fix description.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
c413c6ad — nikita 9 years ago
gnu: utox: Update to 0.11.0.

* gnu/packages/messaging.scm (utox): Update to 0.11.0.
[source]: Update source uri to new group namespace on github.
[build-system]: Change to cmake-build-system.
[arguments]: Remove previous content and disable tests,
add two new phases.
[inputs]: Remove libtoxcore, add c-toxcore.
[native-inputs]: Remove it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
0ed5554a — nikita 9 years ago
gnu: Add c-toxcore.

* gnu/packages/messaging.scm (c-toxcore): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
acb5f7c3 — Marius Bakke 9 years ago
gnu: Add grub-efi.

* gnu/packages/grub.scm (grub-efi): New variable.
7d0910d4 — Marius Bakke 9 years ago
Revert "gnu: grub: Add dependency on efibootmgr."

This reverts commit 3eee16130d858ae96510ec1c7d38d31290de2699.

Reverted in favor of separate grub-efi package. See discussion at
https://lists.gnu.org/archive/html/guix-devel/2016-12/msg00765.html .
7d8f7ab9 — Marius Bakke 9 years ago
gnu: grub: Use qemu-minimal for tests.

* gnu/packages/grub.scm (qemu-for-tests): Remove variable.
(grub)[native-inputs]: Replace QEMU-FOR-TESTS with QEMU-MINIMAL.
8d1ef002 — Tobias Geerinckx-Rice 9 years ago
gnu: linux-libre: Fix typo.

* gnu/packages/linux.scm (%linux-libre-hash): Remove excess quote.
1f94bff2 — Tobias Geerinckx-Rice 9 years ago
gnu: cutadapt: Update to 1.12.

* gnu/packages/bioinformatics.scm (cutadapt): Update to 1.12.
[inputs]: Add python-xopen.
361a2fcf — Tobias Geerinckx-Rice 9 years ago
gnu: Add python-xopen.

* gnu/packages/python.scm (python-xopen, python2-xopen): New variables.
56577539 — Mark H Weaver 9 years ago
gnu: linux-libre: Update to 4.8.15.

* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.8.15.
9cedffe5 — Mark H Weaver 9 years ago
Revert "gnu: linux-libre: Update to 4.9."

This reverts commit 5a3849443ac8bdcffea0376b3c7efa30688c10bb.

Module loading is broken on i686 with some configurations, including our
default configuration.  See <https://bugs.gnu.org/25231>.
Next