~ruther/guix-local

5613ea79 — Carlo Zancanaro 9 years ago
gnu: Add kakoune.

* gnu/packages/text-editors.scm (kakoune): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
5bbb2249 — Tobias Geerinckx-Rice 9 years ago
gnu: python-pbr: Update to 1.10.0.

* gnu/packages/python.scm (python-pbr): Update to 1.10.0.
0e6df70b — Tobias Geerinckx-Rice 9 years ago
gnu: python-wheel: Update to 0.30.0a0.

* gnu/packages/python.scm (python-wheel): Update to 0.30.0a0.
60a8be3a — Tobias Geerinckx-Rice 9 years ago
gnu: awscli: Update to 1.11.43.

* gnu/packages/python.scm (awscli): Update to 1.11.43.
[home-page]: Use HTTPS.
d338ff58 — Tobias Geerinckx-Rice 9 years ago
gnu: python-acme: Update to 0.10.2.

* gnu/packages/tls.scm (python-acme): Update to 0.10.2.
80968df0 — Tobias Geerinckx-Rice 9 years ago
gnu: certbot: Update to 0.10.2.

* gnu/packages/tls.scm (certbot): Update to 0.10.2.
[description]: Use present tense; expand acronyms.
28576403 — Tobias Geerinckx-Rice 9 years ago
gnu: python-certifi: Update to 2017.1.23.

* gnu/packages/python.scm (python-certifi): Update to 2017.1.23.
[arguments]: Remove: run tests if they're ever added.
[home-page]: Fix or update.
fc12bc30 — John Darrington 9 years ago
gnu: Add xcalc.

* gnu/packages/xorg.scm (xcalc): New variable.
9d58741a — Marius Bakke 9 years ago
gnu: xf86-input-wacom: Update to 0.34.0.

* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 0.34.0.
602d70f3 — Marius Bakke 9 years ago
gnu: dnscrypt-proxy: Update to 1.9.4.

* gnu/packages/dns.scm (dnscrypt-proxy): Update to 1.9.4.
0db2ff65 — Ricardo Wurmus 9 years ago
bournish: Extend 'rm' command.

* guix/build/bournish.scm (rm-command): New procedure.
(%commands): Use it.
* tests/bournish.scm: Add tests for "rm" and "rm -r".
2f977d92 — Carlo Zancanaro 9 years ago
import: pypi: Don't add setuptools to propagated-inputs.

* guix/import/pypi.scm (compute-inputs): Don't add setuptools to the imported
  package's propagated-inputs.
db6afe38 — Mathieu Othacehe 9 years ago
copy: Use userauth-public-key/auto! for ssh authentification.

* guix/scripts/copy.scm (open-ssh-session): Replace userauth-agent! by
  userauth-public-key/auto!. This way, if ssh-agent is not run,
  default ssh key (~/.ssh/id_rsa) will be used as a fallback.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ec8fdd3b — Tobias Geerinckx-Rice 9 years ago
gnu: wine: Update to 2.0.

* gnu/packages/wine.scm (wine): Update to 2.0.
eff8d773 — Tobias Geerinckx-Rice 9 years ago
gnu: python-mistune: Fix source URI.

* gnu/packages/python.scm (python-mistune)[source]: Use pypi-uri.
911a8faf — Tobias Geerinckx-Rice 9 years ago
gnu: python-redis: Update to 2.10.5.

* gnu/packages/python.scm (python-redis): Update to 2.10.5.
[source]: Use pypi-uri.
bfaf8efd — Ben Woodcroft 9 years ago
gnu: ruby-minitar: Update to 0.5.4-1.e25205ec.

Fixes the security-related issue reported at
http://seclists.org/oss-sec/2017/q1/178.

* gnu/packages/ruby.scm (ruby-minitar): Update to 0.5.4-1.e25205ec.
[source]: Use GitHub URL.
70dfa4e0 — Mathieu Othacehe 9 years ago
services: Export guix-configuration getters.

* gnu/services/base.scm (guix-configuration-*): Export.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
864042c5 — Thomas Danckaert 9 years ago
gnu: Add stunnel.

* gnu/packages/web.scm (stunnel): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
0ca575f3 — Christopher Baines 9 years ago
container: Pass through TERM when calling exec.

* guix/scripts/container/exec.scm (guix-container-exec): Capture the value of
  the TERM environment variable, and pass it through to the container.  This
  means some applications now work where they did not before (e.g. htop), and
  others have more functionality, providing that the terminal was capable of
  enabling that functionality in the first place.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Next