~ruther/guix-local

b871a453 — 宋文武 10 years ago
gnu: zsh: Update to 5.1.1.

* gnu/packages/zsh.scm (zsh): Update to 5.1.1.
29852c8a — Efraim Flashner 10 years ago
gnu: libmicrohttpd: Update to 0.9.45.

* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.45.
7b543d1b — Efraim Flashner 10 years ago
gnu: libassuan: Update to 2.3.0.

* gnu/packages/gnupg.scm (libassuan): Update to 2.3.0.
3b6f7a0a — Efraim Flashner 10 years ago
gnu: sipwitch: Update to 1.9.14.

* gnu/packages/telephony.scm (sipwitch): Update to 1.9.14.
7e096dd2 — Efraim Flashner 10 years ago
gnu: ucommon: Update to 6.6.2.

* gnu/packages/telephony.scm (ucommon): Update to 6.6.2.
  [license]: Change to gpl3+.
ae3d99e9 — Efraim Flashner 10 years ago
gnu: parallel: Update to 20151022.

* gnu/packages/parallel.scm (parallel): Update to 20151022.
b95bcb8a — Eric Bavier 10 years ago
gnu: Add byobu.

* gnu/packages/screen.scm (byobu): New variable.
* gnu/packages/patches/byobu-writable-status.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
e5930e5a — Eric Bavier 10 years ago
gnu: newt: Build python bindings.

* gnu/packages/slang.scm (newt)[outputs]: New field.
  [arguments]: Add #:make-flags argument.  Add 'move-python' phase.
718c5dd6 — Mark H Weaver 10 years ago
gnu: esmtp: Fix 'inputs' field.

This is a followup to commit f8ae32a26a5f41466f5c7792261fdf2e78d1d35f.

* gnu/packages/mail.scm (esmtp)[inputs]: Add missing parentheses.
f856fcb5 — Ludovic Courtès 10 years ago
build-system/python: 'package-with-python2' preserves source location.

* guix/build-system/python.scm (package-with-explicit-python): Add
  'location' field.
32728adb — Ludovic Courtès 10 years ago
import: pypi: Make downloads silent.

* guix/import/pypi.scm (pypi-fetch): Wrap body in
  'call-with-output-file' and 'with-error-to-port'.
d1cb7e95 — Ludovic Courtès 10 years ago
import: pypi: Add missing copyright line.

* guix/import/pypi.scm: Add missing copyright line for bab020d.
b9d044ef — Ludovic Courtès 10 years ago
doc: Fix typos.

* doc/guix.texi (Invoking guix refresh): Fix typos.
3931607e — Ludovic Courtès 10 years ago
gnu: guile-ncurses: Mask test failure with ncurses 6.0.

Fixes <http://bugs.gnu.org/21677>.

* gnu/packages/guile.scm (guile-ncurses)[arguments]: Add #:make-flags.
f194445a — Ludovic Courtès 10 years ago
Update NEWS.
4ebdefc0 — Ludovic Courtès 10 years ago
gnu: cmake: Download over HTTPS.

Reported by Gxsdnewb on #guix.

* gnu/packages/cmake.scm (cmake)[source]: Use 'https' URL.
b18812b6 — Ludovic Courtès 10 years ago
doc: Explain that 'guix publish' relies on the key pair.

* doc/guix.texi (Invoking guix publish): Mention 'guix archive
  --generate-key'.
d431b232 — David Thompson 10 years ago
scripts: container: Fix 'exec' command line parsing.

* guix/scripts/container/exec.scm (partition-args): Reimplement such
  that all args up to and including the PID are returned as the first of
  the two values.
bab020d7 — Cyril Roelandt 10 years ago
import: pypi: add updater

* guix/import/pypi.scm (guix-package->pypi-name,
  latest-release): New procedures.
  (%pypi-updater): New variable.
* guix/scripts/refresh.scm (%updaters): Add %PYPI-UPDATER.
* doc/guix.texi (Invoking guix refresh): Mention PyPI
465b61fc — Cyril Roelandt 10 years ago
gnu: Add python-tempest-lib.

* gnu/packages/openstack.scm (python-tempest-lib,
  python2-tempest-lib): New variables.
Next