~ruther/guix-local

7576cbd6 — Ricardo Wurmus 11 years ago
gnu: Add Test::Simple.

* gnu/packages/perl.scm (perl-test-simple): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
0ad3969f — Ricardo Wurmus 11 years ago
gnu: Add Test::Deep.

* gnu/packages/perl.scm (perl-test-deep): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9dc8a157 — Ricardo Wurmus 11 years ago
gnu: Add Test::NoWarnings.

* gnu/packages/perl.scm (perl-test-nowarnings): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ea0a52d7 — Ricardo Wurmus 11 years ago
gnu: Add Test::Tester.

* gnu/packages/perl.scm (perl-test-tester): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6a843168 — Federico Beffa 11 years ago
Revert "gnu: python-numpy-bootstrap: Reduce matrix size in failing test."

This reverts commit 31557440c29f8d93b366422bfec4dab341eff79f as it did not
provide the desired effect.  The test is still failing.
81de5647 — Ricardo Wurmus 11 years ago
gnu: Add bedtools

* gnu/packages/bioinformatics.scm (bedtools): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b336da21 — Tomáš Čech 11 years ago
gnu: tmux: Update to 1.9a.

* gnu/packages/tmux.scm (tmux): Update to 1.9a

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
f3cd952b — Ricardo Wurmus 11 years ago
gnu: samtools: disable tests for non-64-bit systems

* gnu/packages/bioinformatics.scm (samtools): disable tests for all non-64-bit
  systems because of an upstream bug in the test data.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
a142e38e — Mark H Weaver 11 years ago
gnu: groff: Disable parallel builds.

* gnu/packages/groff.scm (groff): Disable parallel builds.
dec7ab59 — Mark H Weaver 11 years ago
gnu: groff: Update to 1.22.3.

* gnu/packages/groff.scm (groff): Update to 1.22.3.
a6e81858 — Mark H Weaver 11 years ago
gnu: ghostscript: Update to 9.14.0.

* gnu/packages/ghostscript.scm (ghostscript): Update to 9.14.0.
  Change license to agpl3+.
6b282cc9 — Mark H Weaver 11 years ago
gnu: lcms: Update to 2.6.

* gnu/packages/ghostscript.scm (lcms): Update to 2.6.
9f8552fa — Mark H Weaver 11 years ago
gnu: icecat: Apply security updates for CVE-2014-{1587,1590,1592,1593,1594}.

* gnu/packages/patches/icecat-CVE-2014-1587-bug-1042567.patch,
  gnu/packages/patches/icecat-CVE-2014-1587-bug-1072847.patch,
  gnu/packages/patches/icecat-CVE-2014-1587-bug-1079729.patch,
  gnu/packages/patches/icecat-CVE-2014-1587-bug-1080312.patch,
  gnu/packages/patches/icecat-CVE-2014-1587-bug-1089207.patch,
  gnu/packages/patches/icecat-CVE-2014-1590.patch,
  gnu/packages/patches/icecat-CVE-2014-1592.patch,
  gnu/packages/patches/icecat-CVE-2014-1593.patch,
  gnu/packages/patches/icecat-CVE-2014-1594.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/gnuzilla.scm (icecat): Add them.
bea26837 — Ludovic Courtès 11 years ago
profiles: Fix removal of the next-to-last item in a profile.

Fixes a bug whereby removing the next-to-last item in a profile would
lead to an obscure error, as shown at
<http://lists.gnu.org/archive/html/guix-devel/2014-12/msg00292.html>.
Reported by Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>.

* guix/profiles.scm (profile-derivation)[inputs]: Use (list info-dir
  "out") instead of just INFO-DIR.
ebf5ad46 — Ludovic Courtès 11 years ago
tests: Use 'test-assertm' for profiles.

* tests/profiles.scm (test-assertm): New macro.
  ("profile-derivation"): Use it instead of 'test-assert' +
  'run-with-store'.
6cb89466 — Tomáš Čech 11 years ago
gnu: Add bullet.

* gnu/packages/game-development.scm: New file
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
5a659a48 — 宋文武 11 years ago
gnu: Add vala.

* gnu/packages/gnome.scm (vala): New variable.
5afbfb99 — Mark H Weaver 11 years ago
gnu: youtube-dl: Update to 2014.12.15.

* gnu/packages/video.scm (youtube-dl): Update to 2014.12.15.
bfb84869 — Mark H Weaver 11 years ago
gnu: Add xfce4-battery-plugin.

* gnu/packages/xfce.scm (xfce4-battery-plugin): New variable.
d814f921 — Mark H Weaver 11 years ago
gnu: xfce4-panel: Support panel plugins from other packages.

* gnu/packages/patches/xfce4-panel-plugins.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xfce.scm (xfce4-panel): Add the patch, and a
  native search path specification for X_XFCE4_LIB_DIRS.
Next