~ruther/guix-local

85960693 — Federico Beffa 10 years ago
gnu: Add emacs-slime.

* gnu/packages/emacs.scm (emacs-slime): New variable.
f163c290 — Federico Beffa 10 years ago
gnu: mit-scheme: Generate and install documentation.

* gnu/packages/scheme.scm (mit-scheme): Add 'doc' output.
  [arguments]: Add phases 'configure-doc, 'build-doc and 'install-doc.
  [native-inputs]: Add 'texlive'. Move 'texinfo' and 'm4' from inputs.
af00e633 — Federico Beffa 10 years ago
gnu: mit-scheme: Convert to the 'modify-phases' syntax.

* gnu/packages/scheme.scm (mit-scheme): Do it.
e5045f30 — Federico Beffa 10 years ago
gnu: Add emacs-constants.

* gnu/packages/emacs.scm (emacs-constants): New variable.
* gnu/packages/patches/emacs-constants-lisp-like.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
58a7dc13 — Federico Beffa 10 years ago
gnu: Add emacs-mit-scheme-doc.

* gnu/packages/emacs.scm (emacs-mit-scheme-doc): New variable.
aad4a48a — Federico Beffa 10 years ago
gnu: scmutils: Generate 'scmutils-autoloads.el' file.

* gnu/packages/scheme.scm (scmutils): Do it.
e037a09f — Federico Beffa 10 years ago
gnu: Add emacs-scheme-complete.

* gnu/packages/emacs.scm (emacs-scheme-complete): New variable.
* gnu/packages/patches/emacs-scheme-complete-scheme-r5rs-info.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add the new patch.
fd9a5b0f — Mark H Weaver 10 years ago
gnu: qemu: Update to 2.5.0; add fixes for security flaws.

* gnu/packages/patches/qemu-CVE-2015-6855.patch: Delete file.
* gnu/packages/patches/qemu-virtio-9p-use-accessor-to-get-thread-pool.patch,
  gnu/packages/patches/qemu-CVE-2015-8558.patch,
  gnu/packages/patches/qemu-CVE-2015-8567.patch,
  gnu/packages/patches/qemu-CVE-2015-8613.patch,
  gnu/packages/patches/qemu-CVE-2015-8701.patch,
  gnu/packages/patches/qemu-CVE-2015-8743.patch,
  gnu/packages/patches/qemu-CVE-2016-1568.patch,
  gnu/packages/patches/qemu-CVE-2016-1922.patch: New files.
* gnu-system.am (dist_patch_DATA): Remove 'qemu-CVE-2015-6855.patch'; add the
  new patches.
* gnu/packages/qemu.scm (qemu): Update to 2.5.0.
  [source]: Remove old patches and add new ones.
  [arguments]: Add 'disable-test-qga' phase.
  (%glib-memory-vtable-patch, %glib-duplicate-test-patch): Remove variables.
80cc3a0a — Mark H Weaver 10 years ago
gnu: openssl: When computing URI, use 'string-trim-right' not 'string-take'.

* gnu/packages/tls.scm (openssl)[source]: When computing URI, use
  'string-trim-right' instead of 'string-take'.
4c28ca1d — 宋文武 10 years ago
gnu: yelp: Update to 3.18.1.

* gnu/packages/gnome.scm (yelp): Update to 3.18.1.
6a203844 — 宋文武 10 years ago
gnu: webkitgtk: Update to 2.10.7.

* gnu/packages/webkit.scm (webkitgtk): Update to 2.10.7.
e81e5fa5 — Efraim Flashner 10 years ago
gnu: openssl: Add alternate url.

* gnu/packages/tls.scm (openssl)[source]: Add alternate url.
400ed6ac — Ludovic Courtès 10 years ago
gnu: eudev: Add variant that depends on libblkid.

This fixes a bug whereby /dev/disk/by-{label,id} would be missing on
GuixSD (/dev/disk/by-id would still contain device-mapped partitions
though.)

Reported by Mark H Weaver <mhw@netris.org>.

* gnu/packages/linux.scm (eudev-with-blkid): New variable.
* gnu/services/base.scm (udev-service): #:udev defaults to
EUDEV-WITH-BLKID.
* gnu/system.scm (%base-packages): Replace EUDEV with EUDEV-WITH-BLKID.
81fc64da — Federico Beffa 10 years ago
gnu: aspell: Wrap binary to find dictionaries.

* gnu/packages/aspell.scm (aspell): Add 'wrap-aspell' phase.
* gnu/system.scm (operating-system-etc-service): Remove 'ASPELL_CONF'
definition.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
8c44dabc — Leo Famulari 10 years ago
gnu: vdirsyncer: Update to 0.8.1.

* gnu/packages/dav.scm (vdirsyncer): Update to 0.8.1.
[native-inputs]: Add python-hypothesis, python-pytest-subtesthack.
7517e73c — Leo Famulari 10 years ago
gnu: Add python-pytest-subtesthack.

* gnu/packages/python.scm (python-pytest-subtesthack,
python2-pytest-subtesthack): New variables.
aaa49e8c — Leo Famulari 10 years ago
licenses: Add the Unlicense.

* guix/licenses.scm (unlicense): New variable.
6a44697d — Leo Famulari 10 years ago
gnu: Add python-hypothesis.

* gnu/packages/python.scm (python-hypothesis, python2-hypothesis): New
variables.
f861b8b8 — David Thompson 10 years ago
gnu: Add awscli.

* gnu/packages/python.scm (awscli): New variable.
935fcd5c — David Thompson 10 years ago
gnu: Add python-botocore.

* gnu/packages/python.scm (python-botocore): New variable.
Next