~ruther/guix-local

73ce3c19 — Alex Kost 10 years ago
emacs: Add API for 'guix-entry'.

* emacs/guix-info.el: Use new entry procedures.
* emacs/guix-list.el: Likewise.
* emacs/guix-base.el: Likewise.
  (guix-get-entry-by-id): Move and rename to ...
* emacs/guix-entry.el (guix-entry-by-id): ...this.  New file.
  (guix-entry-value, guix-entry-id, guix-entries-by-ids)
  (guix-replace-entry): New procedures.
* emacs.am (ELFILES): Add new file.
36c00c61 — Alex Kost 10 years ago
emacs: Add 'guix-with-indent'.

* emacs/guix-utils.el (guix-with-indent): New macro.
  (guix-memoized-font-lock-keywords): Rename to...
  (guix-utils-font-lock-keywords): ... this.  Add it.
* emacs/guix-info.el (guix-info-insert-entry-default): Use it.
778437ed — Alex Kost 10 years ago
emacs: Use "cl-list*" instead of "apply #'list".

* emacs/guix-command.el (guix-run-view-build-log): Use cl-list*.
  (guix-run-view-size-map): Likewise.
* emacs/guix-external.el (guix-dot-arguments): Likewise.
b9893908 — Erik Edrosa 10 years ago
gnu: Add python-markdown.

* gnu/packages/python.scm (python-markdown, python2-markdown): New
variables.

Signed-off-by: Leo Famulari <leo@famulari.name>
05d48c52 — 宋文武 10 years ago
gnu: love: Update to 0.10.0.

* gnu/packages/game-development.scm (love): Update to 0.10.0.
319007c5 — Ludovic Courtès 10 years ago
gnu: guile-ssh: Update to 0.9.0.

* gnu/packages/ssh.scm (guile-ssh): Update to 0.9.0.
f453f637 — Ludovic Courtès 10 years ago
system: Allow the root file system to be named by UUID.

* gnu/build/file-systems.scm (canonicalize-device-spec)[canonical-title]:
Use 'string->uuid' to check whether SPEC is a UUID.
When SPEC is a string and CANONICAL-TITLE is 'uuid, call 'string->uuid'.
* gnu/system.scm (operating-system-grub.cfg): Add 'root-device'
variable and use it for the "--root=" argument.
f8865db6 — Ludovic Courtès 10 years ago
file-systems: Move 'string->uuid' to the build side.

* gnu/system/file-systems.scm (%uuid-rx, string->uuid): Move to...
* gnu/build/file-systems.scm (%uuid-rx, string->uuid): ... here.  New
variables.
29824d80 — Ludovic Courtès 10 years ago
system: Allow the root file system to have a UUID.

This is a followup to ab64483.

* gnu/system.scm (mapped-device-user): Check whether the title of FS is
'device before calling 'string=?'.
* gnu/system/vm.scm (virtualized-operating-system)[user-file-systems]:
Likewise.
daa8922a — Ludovic Courtès 10 years ago
doc: Mention how to verify signatures.

* doc/guix.texi (Binary Installation): Be more precise about signature
verification.  Suggested by Carl Hansen <carlhansen1234@gmail.com>.
45147b0c — Fabian Harfert 10 years ago
gnu: Add xaos.

* gnu/packages/maths.scm (xaos): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
658212eb — Leo Famulari 10 years ago
gnu: Move cursynth to (gnu packages music).

* gnu/packages/cursynth.scm: Remove.
* gnu/packages/music.scm (cursynth): New variable, from cursynth.scm.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove cursynth.scm.
2ef8bbc3 — Leo Famulari 10 years ago
gnu: libcue: Update source URL.

* gnu/packages/cdrom.scm (libcue)[source]: Update URL.
34da7af4 — Efraim Flashner 10 years ago
gnu: python-mox3: Update to 0.13.0.

* gnu/packages/openstack.scm (python-mox3): Update to 0.13.0.
13fcc6df — Efraim Flashner 10 years ago
gnu: python-fixtures: Update to 1.4.0.

* gnu/packages/python.scm (python-fixtures): Update to 1.4.0.
af1ab773 — Efraim Flashner 10 years ago
gnu: python-pyld: Update to 0.6.8.

* gnu/packages/python.scm (python-pyld): Update to 0.6.8.
17804240 — Efraim Flashner 10 years ago
gnu: python-virtualenv: Update to 13.1.2.

* gnu/packages/python.scm (python-virtualenv): Update to 13.1.2.
[arguments]: Custom test command.
[inputs]: Remove python-nose, add python-pytest.
ec89a25c — Efraim Flashner 10 years ago
gnu: python-oslosphinx: Update to 4.2.0.

* gnu/packages/openstack.scm (python-oslosphinx): Update to 4.2.0.
f66bb273 — Efraim Flashner 10 years ago
gnu: python-oslo.serialization: Update to 2.2.0.

* gnu/packages/openstack.scm (python-oslo.serialization): Update to 2.2.0.
47689888 — Efraim Flashner 10 years ago
gnu: python-os-testr: Update to 0.5.0.

* gnu/packages/openstack.scm (python-os-testr): Update to 0.5.0.
Next