~ruther/guix-local

21122bd7 — John Darrington 9 years ago
gnu: Add niftilib.

* gnu/packages/image.scm (niftilib): New variable.
fdcb04af — Hartmut Goebel 9 years ago
doc: Clarify reference.

* doc/guix.texi (Invoking guix environment): Explicitly name
  "guix environment".
da31b9c7 — Hartmut Goebel 9 years ago
doc: Fix examples.

To "spawns a Guile REPL", --ad-hoc is required.

* doc/guix.texi (Invoking guix environment): Add "--ad-hoc" to
  container examples.
bug#26152: [PATCH] gnu: limnoria: Update to 20170110.

* gnu/packages/irc.scm (limnoria): Update to 20170110.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
72089954 — Danny Milosavljevic 9 years ago
file-systems: Factorize file-system-packages.

* gnu/system/linux-initrd.scm (base-initrd): Move helper-packages body to ...
* gnu/system/file-systems.scm (file-system-packages): ... here.  New variable.
Also export it.
84aac61c — Danny Milosavljevic 9 years ago
gnu: rustc: Fix process test.

* gnu/packages/rust.scm (rustc)[arguments]: Rename 'patch-lockfile-test
to 'patch-tests.  Add another substitution.
6d5f63b6 — John Darrington 9 years ago
gnu: Add maxflow.

* gnu/packages/maths.scm (maxflow): New variable.
a53d6719 — John Darrington 9 years ago
gnu: Add itpp.

* gnu/packages/maths.scm (itpp): New variable.
b6bd9a79 — Tobias Geerinckx-Rice 9 years ago
gnu: emacs-slime: Update to 2.19.

* gnu/packages/emacs.scm (emacs-slime): Update to 2.19.
55f7a27c — Ben Woodcroft 9 years ago
gnu: ocaml-qtest: Update to 2.5.

* gnu/packages/ocaml.scm (ocaml-qtest): Update to 2.5.
7f608a9b — Ludovic Courtès 9 years ago
doc: Make "Application Setup" slightly more visible.

Suggested by Arne Babenhauserheide.

* doc/guix.texi (Binary Installation): Make the "Application Setup"
reference an 8th item in the list.
4fd06a4d — Ludovic Courtès 9 years ago
http-client: Avoid name clash with 'open-connection-for-uri' in 2.2.0.

* guix/build/download.scm (open-connection-for-uri): Add note about
same-named binding in Guile 2.2.0.
* guix/http-client.scm: Use 'guix:open-connection-for-uri' for the
procedure coming from (guix build download).
* guix/scripts/lint.scm: Likewise.
* guix/scripts/substitute.scm: Likewise.
36626c55 — Ludovic Courtès 9 years ago
build: Require Guile >= 2.0.9.

* configure.ac: Bump requirement to 2.0.9.
* doc/guix.texi (Requirements): Adjust accordingly.
* README (Requirements): Likewise.
* build-aux/download.scm: Remove workaround for <http://bugs.gnu.org/13095>.
* guix/build/download.scm: Likewise.
(http-fetch)[post-2.0.7?]: Remove.  Remove conditional code for not
POST-2.0.7?.
* guix/http-client.scm:  Remove workaround for <http://bugs.gnu.org/13095>.
(http-fetch)[post-2.0.7?]: Remove.  Remove conditional code for not
POST-2.0.7?.
* guix/serialization.scm (read-latin1-string): Remove mention of 2.0.9.
* tests/nar.scm: Use (ice-9 control).
(let/ec): Remove.
5461115e — Ludovic Courtès 9 years ago
pack: Add '--target'.

* guix/scripts/pack.scm (self-contained-tarball): Add #:target.
(docker-image): Add #:target.
[build]: Pass it to 'build-docker-image'.
(%options, show-help): Add '--target'.
(guix-pack): Pass TARGET to 'profile-derivation' and to 'build-image'.
* guix/docker.scm (build-docker-image): Add #:system parameter and honor it.
* doc/guix.texi (Invoking guix pack): Document '--target'.
(Additional Build Options): Refer to the Autoconf manual instead of the
obsolete 'configure.info' for cross-compilation.
176febe3 — Ludovic Courtès 9 years ago
profiles: Packages in a profile can be cross-compiled.

* guix/profiles.scm (profile-derivation): Add #:target parameter; pass
it to 'gexp->derivation'.
* tests/profiles.scm ("profile-derivation, cross-compilation"): New test.
48b44430 — Ludovic Courtès 9 years ago
pack: Move absolute file name to <compressor>.

* guix/scripts/pack.scm (<compressor>)[package]: Remove.
[command]: Document as being a gexp with an absolute file name.
(%compressors): Adjust accordingly.
(self-contained-tarball): Simplify PATH expression.  Move 'string-join'
for the compressor command on the build side.
(docker-image): Simplify PATH expression.
* tests/pack.scm (%gzip-compressor): Adjust accordingly.
7c78beb3 — Marius Bakke 9 years ago
gnu: libbluray: Update to 1.0.0.

* gnu/packages/video.scm (libbluray): Update to 1.0.0.
715dd13d — Marius Bakke 9 years ago
gnu: libx264: Update to 20170316-2245.

* gnu/packages/video.scm (libx264): Update to 20170316-2245.
2a047d59 — Marius Bakke 9 years ago
gnu: libwebp: Update to 0.6.0.

* gnu/packages/image.scm (libwebp): Update to 0.6.0.
[source]: Remove patch.
* gnu/packages/patches/libwebp-CVE-2016-9085.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
cbef2796 — Marius Bakke 9 years ago
gnu: ninja: Update to 1.7.2.

* gnu/packages/ninja.scm (ninja): Update to 1.7.2.
[source]: Remove patch.
* gnu/packages/patches/ninja-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Next