~ruther/guix-local

b98ee8b7 — 宋文武 10 years ago
gnu: xterm: Update to 320.

* gnu/packages/xorg.scm (xterm): Update to 320.
fde17830 — Ludovic Courtès 10 years ago
download: Check whether HORIZONTAL ELLIPSIS can be encoded.

* guix/build/download.scm (ellipsis): New procedure.
  (store-path-abbreviation): Use it.
64c98347 — Ludovic Courtès 10 years ago
gnu: emacs: Claim 'INFOPATH'.

Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>.

* gnu/packages/emacs.scm (emacs)[native-search-path]: New field.
a2950fa4 — Ben Woodcroft 10 years ago
gnu: Add vsearch.

* gnu/packages/bioinformatics.scm (vsearch): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
aae2b445 — Ben Woodcroft 10 years ago
gnu: Add cityhash.

* gnu/packages/textutils.scm (cityhash): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b73547e1 — Mark H Weaver 10 years ago
gnu: linux-libre: Update to 4.2.2.

* gnu/packages/linux.scm (linux-libre): Update to 4.2.2.
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