~ruther/guix-local

b654de6d — Alex Kost 10 years ago
gnu: Add emacs-async.

* gnu/packages/emacs.scm (emacs-async): New variable.
3db5ed11 — Alex Kost 10 years ago
gnu: magit: Update to 2.5.0.

* gnu/packages/emacs.scm (magit): Update to 2.5.0.
[propagated-inputs]: Add 'emacs-with-editor'.
[arguments]: Make with WITH_EDITOR_DIR.
2b0e4300 — Alex Kost 10 years ago
gnu: Add emacs-with-editor.

* gnu/packages/emacs.scm (emacs-with-editor): New variable.
2c04e2ee — Alex Kost 10 years ago
emacs: 'C-u M-x guix-edit' prompts for directory.

* emacs/guix-base.el (guix-read-directory): New procedure.
(guix-find-location, guix-edit): Add optional 'directory' argument.
* emacs/guix-ui-package.el (guix-package-list-edit)
(guix-output-list-edit): Likewise.
* doc/emacs.texi (Emacs Commands): Mention "C-u".
f1957fc1 — Pjotr Prins 10 years ago
gnu: Add munge.

* gnu/packages/admin.scm (munge): New variable.
9bee9d87 — Leo Famulari 10 years ago
gnu: acme: Disable egg compression.

* gnu/packages/python.scm (acme)[arguments]: Add
'disable-egg-compression' phase.
0c7320dc — Leo Famulari 10 years ago
gnu: letsencrypt and acme: Update to 0.3.0.

These packages should be updated together.

* gnu/packages/tls.scm (letsencrypt): Update to 0.3.0.
(acme): Update to 0.3.0.
fe65ef54 — David Thompson 10 years ago
youtube-dl: Update to 2016.02.05.1.

* gnu/packages/video.scm (youtube-dl): Update to 2016.02.05.1.
939c5c31 — Ludovic Courtès 10 years ago
system: Add Texinfo to '%base-packages'.

Fixes <http://bugs.gnu.org/22598>.
Reported by myglc2 <myglc2@gmail.com>.

* gnu/system.scm (%base-packages): Add TEXINFO.
1f1ff6a0 — Ludovic Courtès 10 years ago
linux-container: Accept file systems with a UUID 'source'.

* gnu/system/linux-container.scm (containerized-operating-system)[user-file-systems]:
Check whether SOURCE is a string before calling 'string-prefix?'.
6eb43907 — Ludovic Courtès 10 years ago
file-systems: Spawn a Bournish REPL upon fsck failure.

Fixes <http://bugs.gnu.org/22588>.
Reported by Mark H Weaver <mhw@netris.org>.

* gnu/build/file-systems.scm (check-file-system): Pass
%BOURNISH-LANGUAGE as the argument to 'start-repl'.
* gnu/services.scm (activation-script): Add (guix build bournish).
* gnu/services/base.scm (file-system-shepherd-service)[imported-modules]:
Likewise.
* gnu/system/linux-container.scm (container-script): Likewise.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Likewise.
f2e4805b — Ludovic Courtès 10 years ago
Add (guix build bournish) and use it in the initrd.

* guix/build/bournish.scm: New file.
* Makefile.am (MODULES): Add it.
* gnu/system/linux-initrd.scm (base-initrd): Add (guix build bournish)
and use it.
423eef36 — Nils Gillmann 10 years ago
gnu: add lispf4

* gnu/packages/lisp.scm (lispf4): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
7fb51d97 — Mark H Weaver 10 years ago
gnu: dbus: Use https source URL.

* gnu/packages/glib.scm (dbus)[source]: Use https URL.
8b877545 — Rene Saavedra 10 years ago
gnu: Add nautilus.

* gnu/packages/gnome.scm (nautilus): New variable.

Co-authored-by: 宋文武 <iyzsong@gmail.com>
16095d27 — Leo Famulari 10 years ago
gnu: python-pillow: Update to 3.1.1 [fixes CVE-2016-{0740, 0775}].

* gnu/packages/python.scm (python-pillow, python2-pillow): Update to 3.1.1.
3d4f9d5c — Christopher Allan Webber 10 years ago
gnu: Add assword.

* gnu/packages/password-utils.scm (assword): New variable.
0bdc1671 — Christopher Allan Webber 10 years ago
gnu: Add python2-xdo.

* gnu/packages/python.scm (python2-xdo): New variable.
57b7b8cd — Ludovic Courtès 10 years ago
gnu: python-matplotlib: Define 'python2-variant'.

* gnu/packages/python.scm (python2-numpy): Take the result of
'package-with-python2' directly.
(python2-scipy): Likewise.
(python-matplotlib)[properties]: New field.
(python2-matplotlib): Call 'strip-python2-variant'.
48b311b1 — Ludovic Courtès 10 years ago
gnu: python-cython: Define 'python2-variant'.

* gnu/packages/python.scm (python-cython)[properties]: New field.
(python2-cython): Use 'strip-python2-variant'.
Next