~ruther/guix-local

57aff647 — Ludovic Courtès 10 years ago
utils: Add 'every*'.

* guix/build/gnu-build-system.scm (every*): Move to...
* guix/build/utils.scm (every*): ... here.  New procedure.
29aca449 — Ludovic Courtès 10 years ago
gnu: gettext: Upgrade to 0.19.6.

* gnu/packages/gettext.scm (gnu-gettext): Update to 0.19.6.
e3935861 — Ludovic Courtès 10 years ago
gnu: coreutils: Use upstream's fix for 'tail'.

* gnu/packages/patches/coreutils-racy-tail-test.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
* gnu/packages/base.scm (coreutils)[source]: Replace this patch with
  upstream's fix for 'tail'.
2ae71b74 — Ludovic Courtès 10 years ago
gnu: glibc: Do not abort when incompatible locale data is found.

* gnu/packages/patches/glibc-locale-incompatibility.patch: New file.
* gnu/packages/base.scm (glibc)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
997f86e9 — Ludovic Courtès 10 years ago
gnu: pixman: Update to 0.32.8.

* gnu/packages/xdisorg.scm (pixman): Update to 0.32.8.
* gnu/packages/patches/pixman-pointer-arithmetic.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
46bd6edd — Ludovic Courtès 10 years ago
gnu: libc: Look for locale data under /run/current-system/locale/X.Y.

* gnu/packages/base.scm (glibc)[arguments]: Append VERSION to
  'libc_cv_localedir'.
* gnu/system/locale.scm (localedef-command): Write to the sub-directory
  called (package-version libc) in #$output.
  (locale-directory): Create said directory.
* doc/guix.texi (Locales): Mention the per-version sub-directory.
c24fff61 — Julian Graham 10 years ago
gnu: Add gzochi.

* gnu/packages/game-development.scm (gzochi): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
820dc3f5 — Jeff Mickey 10 years ago
gnu: Add pigz.

* gnu/packages/compression.scm (pigz): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
0b1f0d36 — Ludovic Courtès 10 years ago
gnu: lsh: 'lsh-authorize' uses the absolute file name of 'sexp-conv'.

Fixes <http://bugs.gnu.org/21516>.
Reported by Andreas Enge <andreas@enge.fr>.

* gnu/packages/lsh.scm (lsh)[arguments]: In 'pre-configure' phase,
  change 'src/lsh-authorize' to use the absolute file name of
  'sexp-conv'.
30d9aa54 — Ludovic Courtès 10 years ago
guix gc: Add '--list-failures' and '--clear-failures'.

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

* guix/scripts/gc.scm (show-help, %options): Add --list-failures and
  --clear-failures.
  (guix-gc): Honor them.
* doc/guix.texi (Invoking guix gc): Document them.
  (Invoking guix-daemon): Mention them.
16748d80 — Ludovic Courtès 10 years ago
store: Add 'query-failed-paths' and 'clear-failed-paths' RPCs.

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

* guix/store.scm (query-failed-paths, clear-failed-paths): New
  procedures.
* tests/guix-daemon.sh: Add test with daemon started with
  --cache-failures.
df0a3b7f — Ludovic Courtès 10 years ago
tests: 'open-connection-for-tests' takes an optional parameter.

* guix/tests.scm (open-connection-for-tests): Add optional FILE
  parameter; pass it to 'open-connection'.
b2bddb07 — Pjotr Prins 10 years ago
gnu: Add bio-blastxmlparser.

* gnu/packages/bioinformatics.scm (bio-blastxmlparser): New variable.
0e4e03f8 — Vicente Vera Parra 10 years ago
gnu: Add r-data.table.

* gnu/packages/statistics.scm (r-data.table): New variable.
91312ebe — Vicente Vera Parra 10 years ago
gnu: Add r-chron.

* gnu/packages/statistics.scm (r-chron): New variable.
ea5616e0 — Ricardo Wurmus 10 years ago
gnu: Add r-servr.

* gnu/packages/web.scm (r-servr): New variable.
21d3770e — Ricardo Wurmus 10 years ago
gnu: Add r-jsonlite.

* gnu/packages/web.scm (r-jsonlite): New variable.
a359c9c1 — Ricardo Wurmus 10 years ago
gnu: Add r-httpuv.

* gnu/packages/web.scm (r-httpuv): New variable.
36743e71 — Mark H Weaver 10 years ago
doc: Fix spelling.

This is a followup to commit ba7d6c763c6adac4cf26fef656c7f98296601d0b.

* doc/guix.texi (Synopses and Descriptions): Fix spelling.
cd8b7cfb — Mathieu Lirzin 10 years ago
lint: Fix 'check-texinfo-markup'.

Fixes a regression introduced in 5d8d8f3.

* guix/scripts/lint.scm (check-description-style): When no exception is
  thrown in 'check-texinfo-markup', return the rendered description.
Next