~ruther/guix-local

ref: 72cd8ec0b1465ddf5465bc2d75b3ca343aad99dd guix-local/gnu d---------
d05c6da0 — Ricardo Wurmus 10 years ago
gnu: Add python-gridmap.

* gnu/packages/python.scm (python-gridmap, python2-gridmap): New variables.
aaf625b8 — Ricardo Wurmus 10 years ago
gnu: Add python-psutil.

* gnu/packages/python.scm (python-psutil, python2-psutil): New variables.
c9b1b4f9 — Ricardo Wurmus 10 years ago
gnu: Add python-rpy2.

* gnu/packages/python.scm (python-rpy2, python2-rpy2): New variables.
9a7143b7 — Mark H Weaver 10 years ago
gnu: gcc-5: Update to 5.2.0.

* gnu/packages/gcc.scm (gcc-5): Update to 5.2.0.  Remove
  gcc-arm-link-spec-fix.patch from patches.
629f4d2e — Mark H Weaver 10 years ago
gnu: gcc-5.1, gcc-toolchain-5.1, libstdc++-doc-5.1: Rename to *-5.

This reflects the new version numbering scheme for GCC 5 and up.
See <https://gcc.gnu.org/develop.html>.

* gnu/packages/gcc.scm (gcc-5.1): Rename to ...
  (gcc-5): ... this.
  (libstdc++-doc-5.1): Rename to ...
  (libstdc++-doc-5): ... this, and use gcc-5.
* gnu/packages/commencement.scm (gcc-toolchain-5.1): Rename to ...
  (gcc-toolchain-5): ... this, and use gcc-5.
* build-aux/hydra/gnu-system.scm (%core-packages): Use gcc-5.
e1705718 — Mark H Weaver 10 years ago
Merge branch 'core-updates'
dcd9c250 — Ludovic Courtès 10 years ago
system: Default to Linux-libre 4.0.

* gnu/system.scm (<operating-system>)[kernel]: Change default to
  LINUX-LIBRE-4.0.
1b4e48d4 — Mark H Weaver 10 years ago
Merge branch 'master' into core-updates
f4de5b3b — Christopher Allan Webber 10 years ago
gnu: Add python-feedgenerator.

* gnu/packages/python.scm (python-feedgenerator, python2-feedgenerator): New
  variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
50c7a1e2 — Ludovic Courtès 10 years ago
gnu: Add gnu-c-manual.

* gnu/packages/gcc.scm (gnu-c-manual): New variable.
5ede5f2f — Mark H Weaver 10 years ago
gnu: metabat: Minor tweaks.

* gnu/packages/bioinformatics.scm (metabat)[arguments]: Fix indentation in
  'fix-includes' phase.
  [license]: Fix misspelling.
8fd790eb — Ben Woodcroft 10 years ago
gnu: Add metabat.

* gnu/packages/bioinformatics.scm (metabat): New variable.
3ab98da1 — Mathieu Lirzin 10 years ago
gnu: lxappearance: Add missing slash.

* gnu/packages/lxde.scm (lxappearance)[source]: Add missing slash.
0c909c05 — Alex Kost 10 years ago
gnu: emacs-mmm-mode: Use gnu-build-system.

* gnu/packages/emacs.scm (emacs-mmm-mode): Replace melpa-stable URL with
  the github URL and use 'gnu-build-system' instead of
  'emacs-build-system'.  Fix typo (add missing space before the
  description).
7286933d — Mark H Weaver 10 years ago
gnu: mariadb: Update to 10.0.20.

* gnu/packages/databases.scm (mariadb): Update to 10.0.20.
0e215f49 — David Thompson 10 years ago
gnu: guile-opengl: Install compiled modules in the correct place.

* gnu/packages/gl.scm (guile-opengl): Install compiled modules in the same
  directory as the source modules.
aa27987f — Ludovic Courtès 10 years ago
gnu: cross-base: Distinguish cross Linux headers from native headers.

Commit c6d33a9 provided an incorrect fix, whereby the "linux-headers" key
would be used twice in %BUILD-INPUTS and the 'set-cross-path' phase would
refer to the first one of them, which happened to be the native headers, and
not the target headers.  This patch solves the problem by removing the
ambiguity.

* gnu/packages/cross-base.scm (cross-gcc-arguments)[set-cross-path]: Remove to
  "xlinux-headers" instead of "linux-headers".
  (cross-gcc): When LIBC is true, add explicit "xlinux-headers" input, taken
  from LIBC's propagated inputs.
2e839545 — Ludovic Courtès 10 years ago
gnu: ninja: Do not report files with mtime = 0 as missing.

This is a followup to 47f315a.

* gnu/packages/patches/ninja-zero-mtime.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/ninja.scm (ninja)[source]: Reinstate 'patches' field and add
  this patch.
  [arguments]: Remove 'apply-ninja-tests.patch' phase.
c5c4c4b4 — Ludovic Courtès 10 years ago
gnu: rapidjson: Build without -Werror.

* gnu/packages/web.scm (rapidjson)[source]: Add 'snippet'.
82700f0f — Ludovic Courtès 10 years ago
gnu: crda: Add forgotten patch.

This file should have been added as part of commit cc205da.

* gnu/packages/patches/crda-optional-gcrypt.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
Next