~ruther/guix-local

1250034d — Ludovic Courtès 9 years ago
tests: 'guix-environment-container.sh' works when run from a tmpfs.

Fixes <http://bugs.gnu.org/22004>.
Reported by Ting-Wei Lan <lantw44@gmail.com>.

* tests/guix-environment-container.sh (mount_test_code): Add 'match'
clause to ignore "/"; augment clause that ignores specific file system
types such that it does not ignore parent mount points.
40f788b9 — Ludovic Courtès 9 years ago
download: Add mirror.hydra.gnu.org as a content-addressed mirror.

* guix/download.scm (%content-addressed-mirrors): Add
'mirror.hydra.gnu.org'.
38f1cf8a — Ludovic Courtès 9 years ago
download: Pass the raw file name to content-addressed mirrors.

* guix/build/download.scm (url-fetch)[content-addressed-uris]: Call
'strip-store-file-name' on FILE before passing it to 'make-url'.
42bf3429 — Andreas Enge 9 years ago
gnu: rapicorn: Add patch to handle isnan.

* gnu/packages/patches/rapicorn-isnan.patch: New file.
* gnu/packages/graphics.scm (rapicorn)[source]: Add patch.
* gnu/local.mk (dist_patch_DATA): Register patch.
acac969f — Andreas Enge 9 years ago
gnu: fastcap: Add input ghostscript.

* gnu/packages/engineering.scm (fastcap)[native-inputs]: Add ghostscript.

This is a follow-up to commit e83a13faa221fe65eb86dee224a3f2aab9e13c60.
dceba1c1 — Andreas Enge 9 years ago
gnu: zsh: Update to 5.2.

* gnu/packages/zsh.scm (zsh): Update to 5.2.
ce430bd6 — Andreas Enge 9 years ago
gnu: tcc: Use "kernel-headers" instead of "linux-headers" to designate input.

* gnu/packages/c.scm (tcc)[arguments]: Use "kernel-headers" as identifier
for an input.

This is a follow-up to commit 55de892b435657f82a25c6499174d09b4a680f15.
70a96720 — Andreas Enge 9 years ago
gnu: dealii: Unregister deleted patch.

* gnu/local.mk (dist_patch_DATA): Drop deleted patch.

This is a follow-up to commit 101e847294dc403d5a7ef222117ad9070223b86b.
101e8472 — Andreas Enge 9 years ago
gnu: dealii: Update to 8.4.1.

* gnu/packages/maths.scm (dealii): Update to 8.4.1.
* gnu/packages/patches/dealii-p4est-interface.patch: Remove file.
7b995c7b — Andreas Enge 9 years ago
gnu: wine: Update to 1.9.15.

* gnu/packages/wine.scm (wine): Update to 1.9.15.
bb484529 — Andreas Enge 9 years ago
gnu: python-alembic: Update to 0.8.7.

* gnu/packages/python.scm (python-alembic): Update to 0.8.7.
33906d54 — Andreas Enge 9 years ago
gnu: perl-xml-libxml: Update to 2.0128.

* gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0128.
85860fdf — 宋文武 9 years ago
gnu: glibc-locales: Fix build.

* gnu/packages/patches/glibc-locales.patch: Adjust to glibc-2.23.
* gnu/packages/base.scm (glibc-locales)[arguments]:
Pass 'lib_cv_complocaledir'.
c2c54ebd — Ludovic Courtès 9 years ago
gnu: Add glibc 2.22.

* gnu/packages/base.scm (glibc-2.22): New variable.
(glibc-2.21): Inherit from it; remove 'arguments' field.
716753cb — Ludovic Courtès 9 years ago
tests: base: Correct invalid merge.

Fixes a regression introduced by merge commit
7575655212ecfbcd1f04e429c8a7a41f8720d027.

* gnu/tests/base.scm (run-basic-test)[test]: Fix list of 'use-modules'
and 'test-begin' call.
359aba76 — Mark H Weaver 9 years ago
Merge branch 'master' into core-updates
9bdf56dc — Mark H Weaver 9 years ago
gnu: gd: Add fix for gd2_read test.

* gnu/packages/patches/gd-fix-gd2-read-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gd.scm (gd)[source]: Add patch.
de30a6e0 — Leo Famulari 9 years ago
gnu: protobuf: Update to 2.6.1.

* gnu/packages/protobuf.scm (protobuf): Update to 2.6.1.
[source]: Update to new upstream URL.
da2d893e — Ludovic Courtès 9 years ago
size: Fix corner case with multiple items on the command line.

Fixes 'guix size foo bar' when 'foo' is in the local store and 'bar'
isn't, which could lead to an incomplete requisite list.

* guix/scripts/size.scm (requisites*): Partition ITEMS according to
'valid-path?'.  Use 'substitutable-requisites' only on invalid items.
31c995f8 — Mark H Weaver 9 years ago
Revert "gnu: gd: Add fix for gd2_read test."

This reverts commit ce290354ec4e97003be5f56042e55b36831818c1.
Next