~ruther/guix-local

ref: cb3da2339a372bc71e2c678c826bbda0825f27e4 guix-local/gnu d---------
cb3da233 — David Thompson 12 years ago
gnu: Move help2man package to (gnu packages man) module.

* gnu/packages/man.scm (help2man): New variable.
* gnu/packages/help2man.scm: Delete it.
* gnu/packages/cdrom.scm: Import (gnu packages man).
* gnu/packages/zile.scm: Import (gnu packages man).
* gnu-system.am (GNU_SYSTEM_MODULES): Delete 'gnu/packages/help2man.scm'.
67ca0a01 — David Thompson 12 years ago
gnu: Add man-db.

* gnu/packages.man.scm (man-db): New variable.
cd2e0b64 — David Thompson 12 years ago
gnu: Add libpipeline.

* gnu/packages/man.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
c397e502 — Ludovic Courtès 12 years ago
gnu: dvdisaster: Build sequentially.

* gnu/packages/cdrom.scm (dvdisaster)[arguments]: Add #:parallel-build? #f.
5d2933ae — Ludovic Courtès 12 years ago
gnu: openssl: Upgrade to 1.0.1g (CVE-2014-0160).

* gnu/packages/openssl.scm (openssl): Upgrade to 1.0.1g (for
  CVE-2014-0160, <http://www.openssl.org/news/secadv_20140407.txt>.)
8a9d928f — Eric Bavier 12 years ago
gnu: Add patchutils and quilt

* gnu/packages/patchutils.scm: New file
* gnu/packages/patches/patchutils-xfail-gendiff-tests.patch: New patch
* gnu-system.am (GNU_SYSTEM_MODULES): Add patchutils.
  (dist_patch_DATA): Add patch.
ce0849cc — Cyril Roelandt 12 years ago
gnu: Python: disable failing tests on MIPS64.

* gnu/packages/patches/python-fix-tests.patch: disable two failing tests on
  MIPS64.
32d5c729 — Mark H Weaver 12 years ago
gnu: python: Apply mips n32 fix to bundled libffi.

* gnu/packages/patches/python-libffi-mips-n32-fix.patch: New file.
* gnu/packages/python.scm (python-2, python): Add it.
* gnu-system.am (dist_patch_DATA): Add it.
d013fe50 — Ludovic Courtès 12 years ago
gnu: linux-libre: Upgrade to 3.13.7.

* gnu/packages/linux.scm (linux-libre): Update to 3.13.7.
717003e3 — Ludovic Courtès 12 years ago
gnu: python: Upgrade to 3.3.5.

* gnu/packages/python.scm (python): Upgrade to 3.3.5.
c9fccced — Cyril Roelandt 12 years ago
gnu: Python: disable test_wait_result() as it fails on some setups

* gnu/packages/patches/python-fix-tests.patch: disable a failing test.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8de3a578 — Eric Bavier 12 years ago
gnu: lapack: Build shared libraries

* gnu/packages/maths.scm (lapack) [arguments]: Add -DBUILD_SHARED_LIBS to
  #:configure-flags
2068f65c — Eric Bavier 12 years ago
gnu: fltk: Build shared libraries

* gnu/packages/fltk.scm (fltk) [arguments]: Add to --enable-shared to
  #:configure-flags
1d000ae7 — Ludovic Courtès 12 years ago
gnu: shadow: Make source file timestamps deterministic.

* gnu/packages/admin.scm (shadow)[arguments]: Add 'reset-timestamps'
  phase.
14e72a18 — Cyprien Nicolas 12 years ago
scheme/bigloo: Fix package description to reflect actual situation

* gnu/packages/scheme.scm (bigloo): Description: Remove the part about the C#
  connection which has been removed since release 3.8a.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
72a0c950 — Cyprien Nicolas 12 years ago
Add missing space between funcall and string argument

* gnu/packages/scheme.scm (hop): Add missing space.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
030daf71 — Alírio Eyng 12 years ago
gnu: icecat: Remove duplicated line.

* gnu/packages/gnuzilla.scm (icecat): Remove duplicate PYTHON-2 input,
  and extraneous 'native-inputs' field.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
9e4eddb4 — Ludovic Courtès 12 years ago
services: slim: Use a system-wide xinitrc that defaults to wmaker.

* gnu/services/xorg.scm (xinitrc): New procedure.
  (slim-service)[slim.cfg]: Use it as the 'login_cmd'.
c0888b3f — Alírio Eyng 12 years ago
gnu: linux-libre: Make configuration more robust.

* gnu/packages/linux.scm (linux-libre): Append all configuration instead of
  replacing.  Order configuration like "make oldconfig" output.  Remove
  useless output.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
574e86f9 — Ludovic Courtès 12 years ago
gnu: Synchronize synopses and descriptions with the Womb.

* gnu/packages/gnunet.scm (gnunet): Synchronize description and synopsis
  with upstream.
* gnu/packages/maths.scm (units): Likewise.
* gnu/packages/grub.scm (grub): Likewise.
* gnu/packages/pretty-print.scm (enscript): Likewise.
Next