~ruther/guix-local

a132f7d6 — Ben Woodcroft 10 years ago
tests: Move beatify-description tests to import-tests.

Fixes <http://bugs.gnu.org/22391>.

* tests/cran.scm (beautify-description: use double spacing,
beautify-description: transform fragment into sentence). Move
from here ...
* tests/import-utils.scm: ... to here. New file.
* Makefile.am (SCM_TESTS): Add import-utils.
e88d5fa9 — Ben Woodcroft 10 years ago
import: gem: Beautify only the description, not the synopsis.

* guix/import/gem.scm (make-gem-sexp): Add synopsis argument.
(gem->guix-package): Pass unbeautified synopsis to make-gem-sexp.
* tests/gem.scm: Adapt it.
d0bd632f — Ricardo Wurmus 10 years ago
import: Add Bioconductor importer and updater.

* guix/import/cran.scm (%bioconductor-updater,
latest-bioconductor-release, bioconductor-package?): New procedures.
(cran->guix-package): Support repositories other than CRAN.
(%bioconductor-url, %bioconductor-svn-url): New variables.
(description->package): Update signature to distinguish between packages
from different repositories.
(latest-release): Rename procedure ...
(latest-cran-release): ... to this.
(cran-package?): Do not assume all R packages are available on CRAN.
* tests/cran.scm: Update tests.
* guix/scripts/import/cran.scm: Add "--archive" option and default to
CRAN.
* guix/scripts/refresh.scm (%updaters): Add "%bioconductor-updater".
* doc/guix.texi: Document Bioconductor importer and updater.
4c3d2b2a — Efraim Flashner 10 years ago
gnu: enlightenment: Update to 0.20.3.

* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.3.
0568dbab — Efraim Flashner 10 years ago
gnu: libshout: Update to 2.4.1.

* gnu/packages/xiph.scm (libshout): Update to 2.4.1.
1c3d37e6 — Efraim Flashner 10 years ago
gnu: opusfile: Update to 0.7.

* gnu/packages/xiph.scm (opusfile): Update to 0.7.
275cc092 — Efraim Flashner 10 years ago
gnu: opus: Update to 1.1.2.

* gnu/packages/xiph.scm (opus): Update to 1.1.2.
55ca5e80 — Ludovic Courtès 10 years ago
gnu: lilypond: Double 'max-silent-time'.

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

* gnu/packages/music.scm (lilypond)[properties]: New field.
af467613 — Ludovic Courtès 10 years ago
hydra: Honor the 'max-silent-time' package property.

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

* build-aux/hydra/gnu-system.scm (package->alist): Add
'max-silent-time' pair.
f4953019 — Ludovic Courtès 10 years ago
guix build: Add '--keep-going'.

* guix/scripts/build.scm (show-build-options-help)
(%standard-build-options): Add --keep-going.
* guix/scripts/build.scm (set-build-options-from-command-line): Honor
it.
* doc/guix.texi (Invoking guix build): Document it.
0e510971 — Ludovic Courtès 10 years ago
derivations: Add test in keep-going mode.

* tests/derivations.scm ("derivation fails but keep going"): New test.
16966d5b — Christopher Allan Webber 10 years ago
gnu: fdm: Adjust license link to point to web-accessible copy of command.c

* gnu/packages/mail.scm (fdm): Adjusted license field
34dd26af — Christopher Allan Webber 10 years ago
gnu: Add fdm.

* gnu/packages/mail.scm (fdm): New variable.
1348185a — Christopher Allan Webber 10 years ago
gnu: Add linux-libre-4.2.5

* gnu/packages/linux.scm (linux-libre-4.2.5): New variable.
aac783ca — Ludovic Courtès 10 years ago
build: Remove traces of 'NIX_SETUID_HELPER'.

This is a followup to 0919f5f4.

* test-env.in: Remove occurrences of 'NIX_SETUID_HELPER'.
26da7c26 — Efraim Flashner 10 years ago
gnu: mpv: Update to 0.15.0.

* gnu/packages/video.scm (mpv): Update to 0.15.0.
60edbe22 — Alex Kost 10 years ago
gnu: magit: Update to 2.4.0.

* gnu/packages/emacs.scm (magit): Update to 2.4.0.
d44d60d2 — Alex Kost 10 years ago
gnu: sxiv: Update to 1.3.2.

* gnu/packages/sxiv.scm (sxiv): Update to 1.3.2.
4c896c91 — Alex Kost 10 years ago
gnu: manaplus: Update to 1.6.1.16.

* gnu/packages/games.scm (manaplus): Update to 1.6.1.16.
e0c941fe — Ludovic Courtès 10 years ago
doc: Document 'http_proxy'.

* doc/guix.texi (Build Environment Setup, Substitutes): Document
'http_proxy'.
Next