~ruther/guix-local

aac90b4a — Ludovic Courtès 10 years ago
gnu: nano: Update to 2.4.2.

* gnu/packages/nano.scm (nano): Update to 2.4.2.
617372ef — Ludovic Courtès 10 years ago
Update NEWS.
e5358a6b — Ludovic Courtès 10 years ago
gnu: python-pillow: Disable egg compression.

Partly fixes <http://bugs.gnu.org/20765>.

* gnu/packages/python.scm (python-pillow)[arguments]: Rewrite using
  'modify-phases'.  Add 'disable-egg-compression' phase.
6078594b — Ludovic Courtès 10 years ago
emacs: Require 'cl-lib'.

* emacs/guix-emacs.el: Require 'cl-lib', for 'cl-pushnew'.
8bff3d1e — David Thompson 10 years ago
tests: Skip container tests if namespaces are not available.

* tests/containers.scm: Skip all tests if user namespaces do not exist.
7782d3a6 — David Thompson 10 years ago
gnu: Add hoedown.

* gnu/packages/markdown.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
b56724ec — Ludovic Courtès 10 years ago
gnu: guix: Update snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to 72cd8ec.
72cd8ec0 — Ludovic Courtès 10 years ago
tests: Make #:references-graphs gexp test more tolerant.

* tests/gexp.scm ("gexp->derivation #:references-graphs"): Use 'lset=' instead
  of 'equal?' since the order in which references are listed in not
  guaranteed.
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.
8c9610be — Christopher Allan Webber 10 years ago
emacs: Fix reference to directory variable.

This is a followup to commit 7741139080a6b00aa4f1846fe7668859e91bec58.

* emacs/guix-emacs.el (guix-emacs-find-autoloads): Fix variable
  reference to 'elisp-root-dir'.

Signed-off-by: Alex Kost <alezost@gmail.com>
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.
94080a72 — Ludovic Courtès 10 years ago
publish: Do not load archive content in memory.

Previously, before replying to a /nar/* request, 'guix publish' would first
build up the whole nar into memory (as a consequence of
<http://bugs.gnu.org/21093>), which obviously doesn't scale.

* guix/scripts/publish.scm (render-nar): Return STORE-PATH instead of a
  procedure that calls 'write-file'.
  (sans-content-length): New procedure.
  (http-write): For 'x-nix-archive', don't call '%http-write'.  Instead, call
  'write-file' right from here, using BODY as the file name.
1b4e48d4 — Mark H Weaver 10 years ago
Merge branch 'master' into core-updates
7f23fb00 — Ludovic Courtès 10 years ago
publish: Serve /nar requests in a separate thread.

* guix/scripts/publish.scm (%http-write): New variable.
  (http-write): New procedure.
  (concurrent-http-server): New variable.
  (run-publish-server): Use it.
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>
Next