~ruther/guix-local

b65195c2 — Efraim Flashner 10 years ago
gnu: shflags: Update to 1.2.0.

* gnu/packages/version-control.scm (shflags): Update to 1.2.0.
[source]: Switch to github.
[home-page]: Project moved to github.
3a099d17 — Efraim Flashner 10 years ago
gnu: libgit2: Update to 0.24.0.

* gnu/packages/version-control.scm (libgit2): Update to 0.24.0.
[inputs]: Switch python to python-wrapper.
264fdedb — Ludovic Courtès 10 years ago
grafts: Update the narinfo cache before building a derivation.

* guix/grafts.scm (references-oracle)[references*]: Add call to
'substitution-oracle'.
026ca50f — Ludovic Courtès 10 years ago
substitute: Keep the initial connection alive.

The connection used to fetch /nix-cache-info is now reused for the
subsequent narinfo requests.

* guix/scripts/substitute.scm (download-cache-info)[download]: Remove.
[uri, read-cache-info]: New variables.
Rewrite in terms of 'http-fetch' instead of 'fetch'.  Return an open
port in addition to a <cache-info>.
* guix/scripts/substitute.scm (http-multiple-get): Add #:port parameter
and honor it.
(fetch-narinfos)[do-fetch]: Add 'port' parameter.
Adjust to new 'download-cache-info' and 'do-fetch' signatures.
d262a0f3 — Ludovic Courtès 10 years ago
http-client: Add #:keep-alive? parameter.

* guix/http-client.scm (http-fetch): Add #:keep-alive? parameter and
pass it to 'http-get' or 'http-get*'.
cc27dbcf — Ludovic Courtès 10 years ago
substitute: Remove dead code.

This parameter became unused with the switch to HTTP pipelining in
commit d3a652037ef879f9279bc056c43d15ba7afcbb25.

* guix/scripts/substitute.scm (fetch): Remove #:quiet-404? and adjust
accordingly.
f09aea1b — Ludovic Courtès 10 years ago
store: 'references/substitutes' caches its results.

* guix/store.scm (%reference-cache): New variable.
(references/substitutes): Use it.
3667bb6c — Ludovic Courtès 10 years ago
size: Disable grafts.

* guix/scripts/size.scm (guix-size): Parametrize '%graft?'.
6e6a0401 — Andreas Enge 10 years ago
doc: Fix incorrect use of @xref.

This is a follow-up to commit 1068f26b797ed7c1475d93cab6eed53c9097c7f6.
Reported by Alex Kost <alezost@gmail.com>.

* doc/guix.texi (Building the Installation Image): Replace @xref by @ref.
9ced12de — David Thompson 10 years ago
gnu: kodi: Update to 16.0.

* gnu/packages/kodi.scm (kodi): Update to 16.0.
[inputs]: Add crossguid, dcadec, and util-linux.
680b54c5 — David Thompson 10 years ago
gnu: Add dcadec.

* gnu/packages/audio.scm (dcadec): New variable.
1e3fbf3c — David Thompson 10 years ago
gnu: Add crossguid.

* gnu/packages/kodi.scm (crossguid): New variable.
10b4a969 — Ricardo Wurmus 10 years ago
gnu: htsjdk: Use ant-build-system.

* gnu/packages/bioinformatics.scm (htsjdk)[build-system]: Use
ant-build-system.
[arguments]: Adapt for ant-build-system.
5f7a1a4d — Ricardo Wurmus 10 years ago
build: Add Ant build system.

* guix/build-system/ant.scm: New file.
* guix/build/ant-build-system: New file.
* Makefile.am (MODULES): Add new files.
* doc/guix.texi (Build Systems): Document ant-build-system.
535e2a2f — Ricardo Wurmus 10 years ago
gnu: ant: Update source URL.

* gnu/packages/java.scm (ant)[source]: Use Apache mirror instead of
  plain URL.
e1a56158 — Ricardo Wurmus 10 years ago
build: reset-timestamps: Include directories.

* guix/build/install.scm (reset-timestamps): Reset timestamps of
  directories as well.
846e3409 — Ricardo Wurmus 10 years ago
gnu: Add pyicoteo.

* gnu/packages/bioinformatics.scm (pyicoteo): New variable.
388e05ee — Efraim Flashner 10 years ago
gnu: enlightenment: Update to 0.20.6.

* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.6.
61c30e9d — Leo Famulari 10 years ago
gnu: Add khard.

* gnu/packages/mail.scm (khard): New variable.
eed1a61f — Leo Famulari 10 years ago
gnu: Add python-vobject.

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