~ruther/guix-local

63899ca7 — Tobias Geerinckx-Rice 8 years ago
gnu: lvm2: Update to 2.02.177.

* gnu/packages/linux.scm (lvm2): Update to 2.02.177.
87c6e9d2 — Tobias Geerinckx-Rice 8 years ago
gnu: haveged: Update to 1.9.2.

* gnu/packages/linux.scm (haveged): Update to 1.9.2.
7f86e5e7 — Tobias Geerinckx-Rice 8 years ago
gnu: fbcat: Update to 0.5.1.

* gnu/packages/linux.scm (fbcat): Update to 0.5.1.
[native-inputs]: Remove field.
[arguments]: Add PREFIX to #:make-flags.  Remove `fix-docbook-location'
and `build-documentation' phases.  Let the Makefile install everything.
Add a `split-fbgrab-output' to clean up.
33a3b9fc — Tobias Geerinckx-Rice 8 years ago
gnu: c-toxcore: Update to 0.1.11.

* gnu/packages/messaging.scm (c-toxcore): Update to 0.1.11.
cc809f16 — Tobias Geerinckx-Rice 8 years ago
gnu: slepc: Update to 3.8.2.

* gnu/packages/maths.scm (slepc): Update to 3.8.2.
3c524f21 — Tobias Geerinckx-Rice 8 years ago
gnu: slepc: Update licence.

SLEPc has been released under a 2-clause BSD licence since version 3.8.

* gnu/packages/maths.scm (slepc)[licence]: Switch to bsd-2.
94a1eb96 — Tobias Geerinckx-Rice 8 years ago
gnu: fbcat, slepc: Use INVOKE.

* gnu/packages/linux.scm (fbcat)[arguments]: Substitute INVOKE for
SYSTEM*.
* gnu/packages/maths.scm (slepc)[arguments]: Likewise.
59cd0ba4 — Tobias Geerinckx-Rice 8 years ago
gnu: openspecfun: Update to 0.5.3.

* gnu/packages/maths.scm (openspecfun): Update to 0.5.3.
af38b2dd — Tobias Geerinckx-Rice 8 years ago
gnu: cargo-version: Fix URI in comment.

The table of corresponding cargo and rustc versions was removed from
cargo's HEAD for being outdated, but still illustrates the pattern.

* gnu/packages/rust.scm (cargo-version): Link to an older README.md
revision.
83c92882 — Tobias Geerinckx-Rice 8 years ago
gnu: simplescreenrecorder: Update to 0.3.9.

* gnu/packages/video.scm (simplescreenrecorder): Update to 0.3.9.
[build-system]: Switch to cmake-build-system.
[inputs]: Replace qt-4 with qt.
[arguments]: Build WITH_QT5.  Disable non-existent test suite.
de2bc8d6 — Danny Milosavljevic 8 years ago
hydra: Add arm image builder.

* build-aux/hydra/gnu-system.scm (%u-boot-systems): New
variable.
(%guixsd-supported-systems): Add armhf-linux.
(qemu-jobs): Use u-boot if system in %u-boot-systems.
d2a7170d — Diego Nicola Barbato 8 years ago
doc: Mention escpr in CUPS configuration example.

Suggested by Danny Milosavljevic <dannym@scratchpost.org>.

* doc/guix.texi (Printing Services): Mention how to add support for
Epson printers to CUPS via escpr in the configuration example.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b0dea60c — Stefan Reichör 8 years ago
gnu: Add instantmusic.

* gnu/packages/music.scm (instantmusic): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8fbc1a22 — Maxim Cournoyer 8 years ago
download: Fix return value of the url-fetch procedure.

Fixes <https://bugs.gnu.org/30270>.
Regression was introduced by commit 347fa4aebf.

* guix/build/download.scm (url-fetch): Return `file' instead of #t upon success.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
63666a34 — Mathieu Lirzin 8 years ago
guix: Let Emacs detect “scripts/guix.in” appropriate mode.

Since commit 6f774d481839f87178c5895ac2d661e141f879b8 which introduces the use
of Guile's meta switch in “scripts/guix.in”, Emacs was not using ‘scheme-mode’
for this file.

* scripts/guix.in: Replace "-*- scheme -*-" with a local variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
a1f53127 — Efraim Flashner 8 years ago
gnu: u-boot: Use newer GCC even during native compiles.

* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Add gcc-7 even
when not cross-compiling.
b253e7b9 — Efraim Flashner 8 years ago
gnu: Use https for mozilla.github.io.

* gnu/packages/fonts.scm (font-fira-mono, font-fira-sans)[home-page]:
Use 'https'.
gnu: Add font-fira-code.

* gnu/packages/fonts.scm (font-fira-code): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
6ba7ec65 — Leo Famulari 8 years ago
gnu: certbot: Update to 0.21.1.

* gnu/packages/tls.scm (python-acme, certbot): Update to 0.21.1.
b94502be — Alex Vong 8 years ago
gnu: python-dateutil: Update to 2.6.1.

* gnu/packages/python.scm (python-dateutil, python2-dateutil): Update to
2.6.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Next