~ruther/guix-local

5a740d06 — Tobias Geerinckx-Rice 8 years ago
gnu: dovecot: Update to 2.2.33.2.

* gnu/packages/mail.scm (dovecot): Update to 2.2.33.2.
fa9ac83e — Tobias Geerinckx-Rice 8 years ago
gnu: ola: Build with protobuf@2.

This follows up commit dd12d4aad02fc83e00e7b09d676aa78bcb7dd476.

* gnu/packages/protobuf.scm (protobuf-2): New variable.
* gnu/packages/lighting.scm (ola)[propagated-inputs]: Use it.
77aa706a — Tobias Geerinckx-Rice 8 years ago
gnu: font-hack: Update to 3.000.

* gnu/packages/fonts.scm (font-hack): Update to 3.000.
[source]: Download from new account.
[license]: Explicitly list all licences.
c812f460 — Julien Lepiller 8 years ago
gnu: Add aegisub.

* gnu/packages/video.scm (aegisub): New variable.
6779ae27 — Julien Lepiller 8 years ago
gnu: Add ffms2.

* gnu/packages/video.scm (aegisub): New variable.
f71ce282 — Efraim Flashner 8 years ago
gnu: speexdsp: Fix building on aarch64-linux.

* gnu/packages/xiph.scm (speexdsp)[arguments]: On aarch64-linux, disable
neon optimisations.
6df27407 — Oleg Pykhalov 8 years ago
gnu: Add emacs-json-snatcher.

* gnu/packages/emacs.scm (emacs-json-snatcher): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: shellcheck: Update to 0.4.6.

* gnu/packages/haskell.scm (shellcheck): Update to 0.4.6.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3b2fa478 — Tobias Geerinckx-Rice 8 years ago
gnu: dos2unix: Update to 7.4.0.

* gnu/packages/textutils.scm (dos2unix): Update to 7.4.0.
6c0c1752 — Tobias Geerinckx-Rice 8 years ago
gnu: cowsay: Swap ‘build’ and ‘install’ phases.

* gnu/packages/games.scm (cowsay)[arguments]: Invoke ‘install.sh’ during the
‘install’ phase.  Delete the ‘build’ phase, as there's nothing to be built.
46ba5337 — Tobias Geerinckx-Rice 8 years ago
gnu: cowsay: Update to 3.04.

* gnu/packages/games.scm (cowsay): Update to 3.04.
[source]: Download from new location.
[home-page]: Point directly to the relevant page.
[description]: Correct mark-up and expand slightly.
8cccd09d — Tobias Geerinckx-Rice 8 years ago
gnu: colordiff: Use HTTPS home page.

* gnu/packages/patchutils.scm (colordiff)[home-page]: Use HTTPS.
fc622383 — Tobias Geerinckx-Rice 8 years ago
gnu: unbound: Update to 1.6.7.

* gnu/packages/dns.scm (unbound): Update to 1.6.7.
378140e5 — Tobias Geerinckx-Rice 8 years ago
gnu: neofetch: Update to 3.3.0.

* gnu/packages/admin.scm (neofetch): Update to 3.3.0.
[arguments]: Add ‘install’ phase replacement that manually invokes make.
1e9433cf — Tobias Geerinckx-Rice 8 years ago
gnu: qtox: Update to 1.12.1.

* gnu/packages/messaging.scm (qtox): Update to 1.12.1.
57473bfc — Tobias Geerinckx-Rice 8 years ago
gnu: speedtest-cli: Update to 1.0.7.

* gnu/packages/networking.scm (speedtest-cli): Update to 1.0.7.
47b85a69 — Tobias Geerinckx-Rice 8 years ago
gnu: cppcheck: Update to 1.81.

* gnu/packages/check.scm (cppcheck): Update to 1.81.
7f652029 — Kei Kebreau 8 years ago
gnu: python-sge-pygame: Update source URL.

* gnu/packages/game-development.scm (python-sge-pygame)[source]: Update URL.
9ccce799 — Leo Famulari 8 years ago
gnu: musl: Update to 1.1.17.

* gnu/packages/musl.scm (musl): Update to 1.1.17.
[source]: Remove patch.
* gnu/packages/patches/musl-CVE-2016-8859.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
37ce440d — Ludovic Courtès 8 years ago
download: Download a nar when a VCS checkout fails.

Fixes <https://bugs.gnu.org/28709>.

* guix/build/download-nar.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/cvs-download.scm (cvs-fetch)[zlib, config.scm, modules]: New
variables.
[build]: Use MODULES.  Add call to 'download-nar'.
* guix/git-download.scm (git-fetch): Likewise.
* guix/hg-download.scm (hg-fetch): Likewise.
Next