~ruther/guix-local

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'.
44ad3384 — Ludovic Courtès 10 years ago
derivations: Add test for #:leaked-env-vars.

* tests/derivations.scm ("derivation #:leaked-env-vars"): New test.
a887fd8d — Ludovic Courtès 10 years ago
doc: Explain how to run a subset of the tests.

* doc/guix.texi (Running the Test Suite): Explain 'TESTS'.
27a2e483 — Alex Kost 10 years ago
emacs: Add 'guix-search-by-name'.

* emacs/guix-ui-package.el (guix-search-by-name): New command.
* doc/emacs.texi (Emacs Commands): Document it.
e119ba90 — Alex Kost 10 years ago
emacs: Rename 'guix-search-by-name' to 'guix-packages-by-name'.

* emacs/guix-ui-package.el (guix-search-by-name): Rename to...
  (guix-packages-by-name): ... this.  Complete package name.
* doc/emacs.texi (Emacs Commands): Likewise.
264ae686 — Efraim Flashner 10 years ago
python2-jsonschema: Add python2-functools32 to inputs.

* gnu/packages/python.scm (python2-jsonschema)[inputs]: Add
python2-functools32.
(python2-wheel)[native-inputs]: Specify python2-jsonschema. Add
python2-functools32.
(python2-requests)[propagated-inputs]: Specify python2-wheel.
(python2-ipython)[inputs]: Specify python2-jsonschema, python2-requests.
(python2-rauth)[propagated-inputs]: Specify python2-requests.
* gnu/packages/openstack.scm (python2-requests-mock)[propagated-inputs]:
Specify python2-requests.
(python2-tempest-lib)[propagated-inputs]: Specify python2-jsonschema.
(python2-oslosphinx)[propagated-inputs]: Specify python2-requests.
(python2-keystoneclient)[porpagated-inputs]: Specify python2-requests.
[native-inputs]: Specify python2-oslosphinx, python2-requests-mock,
python2-tempest-lib.
(python2-swiftclient)[propagated-inputs]: Specify python2-requests,
python2-oslosphinx.
058247ef — Efraim Flashner 10 years ago
gnu: datamash: Update to 1.1.0.

* gnu/packages/datamash.scm (datamash): Update to 1.1.0.
de6af327 — Taylan Ulrich Bayırlı/Kammer 10 years ago
build: Speed up .go compilation.

* build-aux/compile-all.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
(%.go, make-go): New rules.
Next