~ruther/guix-local

30347caa — Manolis Ragkousis 11 years ago
gnu: guile-static: Use Linux syscalls only on Linux-based systems.

* gnu/packages/patches/guile-linux-syscalls.patch: Use Linux
  syscalls only on Linux-based systems.
f8badf15 — Mark H Weaver 11 years ago
gnu: commencement: Use our Binutils as soon as possible.

* gnu/packages/commencement.scm (binutils-boot0)[arguments]: Add
  'add-symlinks' phase.
56eba3d1 — Manolis Ragkousis 11 years ago
gnu: sed: Set PATH_MAX for Hurd systems.

* gnu/packages/patches/sed-hurd-path-max.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
8d866b96 — Ludovic Courtès 11 years ago
gnu: Switch to GCC 4.9 as the default cross-compiler.

* gnu/packages/cross-base.scm: Replace all occurrences of "gcc-4.8" with
  "gcc-4.9".
de4ac325 — Ludovic Courtès 11 years ago
gnu: Switch to GCC 4.9 as the default compiler.

* gnu/packages/commencement.scm: Replace all occurrences of "gcc-4.8" with
  "gcc-4.9".
  (gcc-boot0)[arguments]: Add --disable-libcilkrts --disable-libvtv.
b15389e1 — Ludovic Courtès 11 years ago
gnu: linux-libre-headers: Do not retain reference to the bootstrap tools.

* gnu/packages/linux.scm (linux-libre-headers)[install-phase]: Remove
  ".install" files from the output.
  [arguments]: Add #:allowed-references.
67dfa198 — Ludovic Courtès 11 years ago
gnu: findutils: Use /var as the localstatedir, for 'updatedb'.

* gnu/packages/patches/findutils-localstatedir.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/base.scm (findutils)[source]: Use it.
  [arguments]: Pass --localstatedir=/var.
696062b1 — Ludovic Courtès 11 years ago
gnu: perl: Strip the DSOs.

* gnu/packages/perl.scm (perl)[arguments]: Add 'make-shared-objects-writable'
  phase.
f683d67d — Ludovic Courtès 11 years ago
gnu: perl: Use 'modify-phases'.

* gnu/packages/perl.scm (perl)[arguments]: Use 'modify-phases' instead of
  'alist-replace'.
2068559b — Ludovic Courtès 11 years ago
gnu: gcc: Move patch upstream status in the patch itself.

* gnu/packages/patches/gcc-arm-link-spec-fix.patch: Add bug and patch URLs.
* gnu/packages/gcc.scm (gcc-4.8): Remove them.
946007f9 — Ludovic Courtès 11 years ago
gnu: gawk: Update to 4.1.3.

* gnu/packages/gawk.scm (gawk): Update to 4.1.3.
20a94666 — Mark H Weaver 11 years ago
gnu: flex: Fix native-inputs field.

This is a followup to ba42199eb3 and dedaf76f66.

* gnu/packages/flex.scm (flex)[native-inputs]: Add another layer of
  parentheses.
7ce32242 — 宋文武 11 years ago
gnu: libxml2: Build python bindings separately.

* gnu/packages/xml.scm (libxml2)[native-inputs]: Remove python.
  [arguments]: Remove.
  (python-libxml2, python2-libxml2): New variables.
10ac0f9f — 宋文武 11 years ago
gnu: libxml2: Update to 2.9.2.

* gnu/packages/xml.scm (libxml2): Update to 2.9.2.
94d915d0 — Manolis Ragkousis 11 years ago
gnu: base: Fix a bug that occurs in non-Linux systems.

* gnu/packages/base.scm (tar): Apply patch.
* gnu/packages/patches/tar-d_ino_in_dirent-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
dedaf76f — Manolis Ragkousis 11 years ago
gnu: flex: Add missing quasiquote.

* gnu/packages/flex.scm (flex): Add missing quasiquote at native-inputs.
ba42199e — Manolis Ragkousis 11 years ago
gnu: flex: Add m4 as a native input.

* gnu/packages/flex (flex): Add m4 as a native input.
74ed6daf — Manolis Ragkousis 11 years ago
gnu: bison: Add m4 as a native input.

* gnu/packages/bison (bison): Add m4 as a native input.
5ae4169c — Ludovic Courtès 11 years ago
packages: Use packages from '%final-inputs' as the default patch inputs.

Reported by Manolis Ragkousis <manolis837@gmail.com>
at <http://lists.gnu.org/archive/html/guix-devel/2015-05/msg00059.html>.

* guix/packages.scm (%standard-patch-inputs): Add 'canonical', and use
  it in 'ref'.
2fdcc607 — Taylan Ulrich Bayırlı/Kammer 11 years ago
packages: Use %store-directory.

* guix/packages.scm (patch-and-repack): Call %store-directory instead of
  duplicating its code.
Next