~ruther/guix-local

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.
31557440 — Federico Beffa 11 years ago
gnu: python-numpy-bootstrap: Reduce matrix size in failing test.

* gnu/packages/python.scm (python-numpy-bootstrap): Add phase
  'fix-failing-tests.
de51bf58 — John Darrington 11 years ago
gnu: Add xdotool.

* gnu/packages/xdisorg.scm (xdotool): New variable.
61ff0a3a — Ludovic Courtès 11 years ago
install: Use a low-memory nscd caching policy.

* gnu/system/install.scm (%nscd-minimal-caches): New variable.
  (installation-services): Use as 'nscd-service' argument.
6454b333 — Ludovic Courtès 11 years ago
services: Make 'nscd-service' configurable; cache hosts/services by default.

Before that, as it was given an empty configuration file, nscd would
actually have all its caches disabled.

* gnu/services/base.scm (<nscd-configuration>, <nscd-cache>): New record
  types.
  (%nscd-default-caches, %nscd-default-configuration): New variables.
  (nscd.conf-file): New procedure.
  (nscd-service): Add 'config' parameter.  Use 'nscd.conf-file', and
  pass its result as the '-f' parameter of nscd.
* doc/guix.texi (Base Services): Update 'nscd-service' documentation
  accordingly.  Document 'nscd-configuration', 'nscd-cache',
  '%nscd-default-configuration', and '%nscd-default-caches'.
f912da3a — Ludovic Courtès 11 years ago
nls: Add French translation.
45c5b47b — Ludovic Courtès 11 years ago
activation: Copy the account skeletons when creating the 'root' account.

* gnu/build/activation.scm (%skeleton-directory): New variable.
  (dot-or-dot-dot?, copy-account-skeletons): New procedure.
  (add-user): Use 'copy-account-skeletons'.
  (activate-etc): Use 'dot-or-dot-dot?'.
ccc2678b — Ludovic Courtès 11 years ago
system: grub: Make sure the font and background image are always found.

* gnu/system/grub.scm (eye-candy): Add 'search --file --set'.
Next