~ruther/guix-local

dffb6c3b — Ricardo Wurmus 10 years ago
gnu: Add REV plugins.

* gnu/packages/audio.scm (rev-plugins): New variable.
8ba62f92 — Ricardo Wurmus 10 years ago
gnu: Add AMB plugins.

* gnu/packages/audio.scm (amb-plugins): New variable.
ed17465d — Ricardo Wurmus 10 years ago
gnu: Add g2reverb.

* gnu/packages/audio.scm (g2reverb): New variable.
eb4fca7e — Ricardo Wurmus 10 years ago
gnu: Add vco-plugins.

* gnu/packages/audio.scm (vco-plugins): New variable.
fb2e072c — Ricardo Wurmus 10 years ago
gnu: Add mcp-plugins.

* gnu/packages/audio.scm (mcp-plugins): New variable.
f88ce395 — Roel Janssen 10 years ago
licenses: Add Apache Software License 1.1.

* guix/licenses.scm (asl1.1): New variables.

Signed-off-by: Leo Famulari <leo@famulari.name>
65829fec — Jochem Raat 10 years ago
gnu: Add perl-text-neattemplate.

* gnu/packages/perl.scm (perl-text-neattemplate): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
08e9daf5 — Tobias Geerinckx-Rice 10 years ago
gnu: Add freefall.

* gnu/packages/linux.scm (freefall): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
e3bf5d2c — Efraim Flashner 10 years ago
gnu: mariadb: Update to 10.1.12.

* gnu/packages/databases.scm (mariadb): Update to 10.1.12.
97966e6d — Eric Bavier 10 years ago
build: Do not remake doc/guix.1.

* doc.am (doc/guix.1): Do not depend on $(sub_commands_mans) which will
  always appear out-of-date.
dfdf5716 — Eric Bavier 10 years ago
gnu: petsc: Fix compiler configuration references.

* gnu/packages/maths.scm (petsc)[arguments]: When patching compiler
  driver paths, do not assume they come from fortran input.
d588422e — Eric Bavier 10 years ago
gnu: slepc: Set origin file-name.

* gnu/packages/maths.scm (slepc)[source]: Add file-name.
ce362de8 — Mark H Weaver 10 years ago
gnu: Fix definitions of gcc-toolchain-4.8 and gcc-toolchain-4.9.

* gnu/packages/commencement.scm (gcc-toolchain-4.8): Use gcc-4.8,
not gcc-final.
(gcc-toolchain-4.9): Use gcc-final, not gcc-4.9.
* gnu/packages/gcc.scm (gcc): Add reminder comment for the future.
092dd654 — Ludovic Courtès 10 years ago
gnu: guix: Update development snapshot to 71e2065.

* gnu/packages/package-management.scm (guix-devel): Update to 71e2065.
87f7625b — Efraim Flashner 10 years ago
gnu: offlineimap: Update to 6.7.0.

* gnu/packages/mail.scm (offlineimap): Update to 6.7.0.
71e2065a — Ludovic Courtès 10 years ago
substitute: Honor client-provided empty URL list.

Before that, 'guix build --substitute-urls=""' would lead to using the
daemon's own URL list instead of the empty list.  The 'or*' hack, which
is to blame, had become unnecessary since commit
fb4bf72be3fbc23bca35ba4b842b7e1517ef0e3a.

Reported by Mark H Weaver <mhw@netris.org>.

* guix/scripts/substitute.scm (or*): Remove.
(%cache-urls): Use 'or' instead of 'or*'.
* tests/store.scm ("substitute query, alternating URLs"): Add test with
empty URL list.
* doc/guix.texi (Common Build Options): Mention the empty string.
1ac94ae1 — Ludovic Courtès 10 years ago
build: Write emacs-autoloads.el to $(builddir).

* emacs.am ($(AUTOLOADS)): Write to $(builddir), not $(srcdir).
23d60ba6 — Ludovic Courtès 10 years ago
substitute: Honor the 'max-age' of 'Cache-Control' headers.

This allows substitute servers to tell 'guix substitute' how long they
can cache narinfo lookups.

* guix/scripts/substitute.scm (cache-narinfo!): Add 'ttl' parameter.
[cache-entry]: Honor it.
(fetch-narinfos)[handle-narinfo-response]: Check the 'Cache-Control'
header of RESPONSE and pass its 'max-age' value to 'cache-narinfo!'.
1cf7e318 — Ludovic Courtès 10 years ago
substitute: Make room for a 'ttl' field in cached entries.

* guix/scripts/substitute.scm (cached-narinfo): Expect 'narinfo' sexp
version 2 with a 'ttl' field.
(cache-narinfo!)[cache-entry]: Produce 'narinfo' sexp version 2 with a
'ttl' field.
(remove-expired-cached-narinfos)[expired?]: Read 'narinfo' sexp version 2.
81b55bf7 — Andreas Enge 10 years ago
gnu: cm: Update to 0.3.

* gnu/packages/algebra.scm (cm): Update to 0.3.
  [license]: Change to gpl3+.
Next