~ruther/guix-local

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>
093ae1be — Ludovic Courtès 10 years ago
doc: Update the "Limitations" section.

* doc/guix.texi (GNU Distribution): Use the new package list URL.
  (Limitations): Mention Enlightenment and improve wording.  Update the
  package count.
50c7a1e2 — Ludovic Courtès 10 years ago
gnu: Add gnu-c-manual.

* gnu/packages/gcc.scm (gnu-c-manual): New variable.
ac0922f6 — Ludovic Courtès 10 years ago
nls: Add package files for translation.

* po/packages/POTFILES.in: Add a bunch of files.
0af3f404 — Ludovic Courtès 10 years ago
build: Ensure man pages are not rebuilt by users.

* doc.am (doc/guix.1): Remove dependency on 'scripts/guix' since every user
  would end up rebuilding 'guix.1'.  Add dependency on guix/scripts/*.scm.
  (doc/guix-daemon.1): For the same reason, depend on 'guix-daemon.cc' instead
  of 'guix-daemon'.
  (doc/guix-$(1).1): Similarly, remove dependency on 'scripts/guix' and depend
  on 'guix/scripts/$(1).scm' instead of the .go file.
f262f9f5 — Ludovic Courtès 10 years ago
build: Fix instantiation of 'guix-daemon.service' when builddir != srcdir.

* daemon.am (etc/guix-daemon.service): Add $(MKDIR_P) invocation.  Add
  $(srcdir) when referring to the source file.
54faf174 — Ludovic Courtès 10 years ago
build: Do not distribute the daemon's 'schema.sql.hh' file.

* daemon.am (libstore_headers): Remove nix/libstore/schema.sql.hh.
66c8ea47 — Ludovic Courtès 10 years ago
build: Build coreutils-size-map.eps for the sake of the PS and DVI outputs.

* doc.am (EXTRA_DIST): Add coreutils-size-map.eps.
  (.png.eps): New rule.
  (ps-local): Add dependency on coreutils-size-map.eps.
  (dvi-local): New target.
Next