~ruther/guix-local

f930ef5c — Tobias Geerinckx-Rice 8 years ago
gnu: speedtest-cli: Update to 1.0.6.

* gnu/packages/networking.scm (speedtest-cli): Update to 1.0.6.
2d51ed9e — Tobias Geerinckx-Rice 8 years ago
gnu: meson: Update to 0.40.1.

* gnu/packages/build-tools.scm (meson): Update to 0.40.1.
0d74a8fd — Tobias Geerinckx-Rice 8 years ago
gnu: youtube-dl: Update to 2017.05.07.

* gnu/packages/video.scm (youtube-dl): Update to 2017.05.07.
1a0adad8 — Ludovic Courtès 8 years ago
tests: Corrupt archive import test is robust against different store prefixes.

* tests/store.scm ("import corrupt path"): Set 'index' to #x70.
33349e91 — Ludovic Courtès 8 years ago
build: Use 'guix pack -K' for the 'guix-binary*.tar.xz' targets.

* Makefile.am (guix-binary.%.tar.xz): Add -K flag for 'guix pack'.
7f4da8ff — Ludovic Courtès 8 years ago
maint: Add 'time-monotonic' bug workaround in build-aux/hydra/evaluate.scm.

* build-aux/hydra/evaluate.scm: Add 'time-monotonic' workaround for
Guile 2.2.
94fa8d76 — Ludovic Courtès 8 years ago
maint: Add 'update-guix-package' target.

* build-aux/update-guix-package.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
(update-guix-package): New target.
(.PHONY): Add it.
* gnu/packages/package-management.scm (guix): Mention it.
994a1494 — Ludovic Courtès 8 years ago
gnu: guix: Remove the stable-release 'guix' package.

* gnu/packages/package-management.scm (guix-release): Remove.
(guix-devel): Rename to...
(guix): ... this.  Incorporate fields from former 'guix-release'.
(guix-devel): New variable.
950d51c9 — Ludovic Courtès 8 years ago
store: Use 'TCP_NODELAY' when connecting to a daemon over PF_INET.

* guix/store.scm (open-inet-socket): Add 'cond-expand' form to define
'TCP_NODELAY' when needed.  Add call to 'setsockopt' after 'connect'.
74b86713 — Julien Lepiller 8 years ago
gnu: hexchat: Update to 2.12.4.

* gnu/packages/messaging.scm (hexchat): Update to 2.12.4.
[source]: Remove incorrectly bootstrapped files.
[native-inputs]: Add autoconf, autoconf-archive, automake, libtool,
pkg-config.
[arguments]: Add ‘bootstrap’ phase.

Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
5ed48ced — Mathieu Othacehe 8 years ago
gnu: cppcheck: Update to 1.78.

* gnu/packages/check.scm (cppcheck): Update to 1.78.
2f0ad2a4 — Leo Famulari 8 years ago
Revert "gnu: hexchat: Update to 2.12.4."

This reverts commit 09270a97d9297e8acf6d9ff224dd1d58e2a4498e.

The source derivation failed to build with:

/gnu/store/19lkrck1844idbcfq6ajzr0akmr8rshj-hexchat-2.12.4.tar.xz-builder:1:2293:
In procedure #<procedure f6fdc0 ()>:
/gnu/store/19lkrck1844idbcfq6ajzr0akmr8rshj-hexchat-2.12.4.tar.xz-builder:1:2293:
In procedure module-lookup: Unbound variable: inputs
17139eff — Leo Famulari 8 years ago
gnu: certbot, python-acme: Update to 0.14.0.

* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.14.0.
a993add1 — Arun Isaac 8 years ago
gnu: Add emacs-evil-surround.

* gnu/packages/emacs.scm (emacs-evil-surround): New variable.
7610c3ca — Kei Kebreau 8 years ago
gnu: Move qutebrowser to web-browsers.scm.

* gnu/packages/web.scm: Move qutebrowser...
* gnu/packages/web-browsers.scm: ...here.
gnu: limnoria: Update to 20170330.

* gnu/packages/irc.scm (limnoria): Update to 20170330.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: fish: Reference 'groff' to fix output of 'fish --help'.

* gnu/packages/shells.scm (fish)[inputs-inputs]: Add 'groff'.
[arguments]: Add 'nroff' substitution in 'embed-store-paths' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5c4ea872 — Pjotr Prins 8 years ago
gnu: erlang: Update to 19.3.

* gnu/packages/erlang.scm (erlang): Update to 19.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
a34242ee — Kyle Meyer 8 years ago
gnu: Add emacs-key-chord.

* gnu/packages/emacs.scm (emacs-key-chord): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
c0326ebc — 宋文武 8 years ago
gnu: Add lightdm-gtk-greeter.

* gnu/packages/display-managers.scm (lightdm-gtk-greeter): New variable.
Next