~ruther/guix-local

b4774d87 — Tobias Geerinckx-Rice 9 years ago
gnu: fonts: Improve synopses & descriptions.

* gnu/packages/fonts.scm (font-google-noto, font-hack)[synopsis,
description]: Fix typos, grammar, and general style only.
(font-dejavu, font-terminus, font-wqy-zenhei)[description]: Likewise.
8837860c — Tobias Geerinckx-Rice 9 years ago
gnu: fonts: Use install-file where appropriate.

* gnu/packages/fonts.scm (font-ubuntu, font-dejavu, font-bitstream-vera,
font-gnu-freefont-ttf, font-liberation, font-wqy-zenhei, font-anonymous-pro,
font-google-noto, font-un, font-hack): Substitute the simpler INSTALL-FILE
for every COPY-FILE invoked with redundant arguments.
9657aeb1 — Tobias Geerinckx-Rice 9 years ago
gnu: python-tblib: Properly @end enumerate.

* gnu/packages/python.scm (python-tblib)[description]: Don't use
‘@end itemize’ to end an ‘@enumerate’ block.
aa21c764 — Leo Famulari 9 years ago
gnu: python-pycrypto: Fix CVE-2013-7459.

* gnu/packages/patches/python-pycrypto-CVE-2013-7459.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-pycrypto, python2-pycrypto)[source]: Use the
patch. Use pypi-uri.
707c65aa — Leo Famulari 9 years ago
gnu: nspr: Update to 4.13.1.

* gnu/packages/gnuzilla.scm (nspr): Update to 4.13.1.
03476a23 — Ricardo Wurmus 9 years ago
guix: Add Docker image export.

* guix/docker.scm: New file.
* Makefile.am (MODULES): Register it.
* guix/scripts/archive.scm (show-help, %options, guix-archive): Add
support for "--format".
* doc/guix.texi (Invoking guix archive): Document it.
3a3bf2f8 — Ricardo Wurmus 9 years ago
gnu: Add r-copywriter.

* gnu/packages/bioinformatics.scm (r-copywriter): New variable.
d407bdb9 — Ricardo Wurmus 9 years ago
gnu: Add r-copyhelper.

* gnu/packages/bioinformatics.scm (r-copyhelper): New variable.
6193563a — Ricardo Wurmus 9 years ago
gnu: Add r-chipseq.

* gnu/packages/bioinformatics.scm (r-chipseq): New variable.
974e02da — David Craven 9 years ago
file-systems: Refactor file system detection logic.

* gnu/build/file-systems.scm (read-superblock,
  null-terminated-latin1->string): New variables.
  (sub-bytevector): Move to general section.
  (ext2-superblock?, read-ext2-superblock): New variables.
  (ext2-superblock-uuid, ext2-superblock-volume-name): Use
  sub-bytevector and null-terminated-latin1->string.
  (%ext2-sblock-magic, %ext2-sblock-creator-os, %ext2-sblock-uuid,
  %ext2-sblock-volume-name): Inline constants.
  (luks-superblock?, read-luks-header): New variables.
  (%luks-header-size, %luks-magic): Inline.
  (partition-label-predicate, partition-uuid-predicate,
  luks-partition-uuid-predicate): Use new functions.
fab2784d — Christopher Baines 9 years ago
gnu: gnome-tweak-tool: Add missing inputs.

* gnu/packages/gnome.scm (gnome-tweak-tool)[inputs]: Add gnome-desktop
and libsoup.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
adb41527 — Christopher Baines 9 years ago
gnu: gnome-tweak-tool: Make propagated-inputs just inputs.

* gnu/packages/gnome.scm (gnome-tweak-tool)[propagated-inputs]: Merge
with...
[inputs]: ... this.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9af6bce1 — Christopher Baines 9 years ago
gnu: gnome-tweak-tool: Wrap program to set 'GI_TYPELIB_PATH'.

* gnu/packages/gnome.scm (gnome-tweak-tool)[arguments]: Add
'wrap-program' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7ef335b0 — Christopher Baines 9 years ago
gnu: gnome-tweak-tool: Use glib-or-gtk-build-system.

This allows gobject introspection namespaces to be found.

* gnu/packages/gnome.scm (gnome-tweak-tool)[build-system]: Set to
GLIB-OR-GTK-BUILD-SYSTEM.
[arguments]: Use %GLIB-OR-GTK-BUILD-SYSTEM-MODULES in #:imported-modules.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
dbf9d371 — Ben J Woodcroft 9 years ago
gnu: bioruby: Update to 1.5.1.

* gnu/packages/bioinformatics.scm (bioruby): Update to 1.5.1.
0c37e2a3 — Ben J Woodcroft 9 years ago
gnu: cd-hit: Update to 4.6.6.

* gnu/packages/bioinformatics.scm (cd-hit): Update to 4.6.6.
e50d5b8c — Leo Famulari 9 years ago
gnu: khal: Disable failing tests.

* gnu/packages/patches/khal-disable-failing-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/calendar.scm (khal): Use it.
e0c32fc8 — Leo Famulari 9 years ago
gnu: vdirsyncer: Update to 0.14.1.

* gnu/packages/dav.scm (vdirsyncer): Update to 0.14.1.
491b78a8 — Leo Famulari 9 years ago
gnu: python-icalendar: Update to 3.11.1.

* gnu/packages/python.scm (python-icalendar): Update to 3.11.1.
76c31074 — Ludovic Courtès 9 years ago
derivations: Share a cache between 'derivation' and 'read-derivation'.

This leads a 13% speedup on 'guix build libreoffice -d' and 18% on
'guix build gnome -d'.

* guix/derivations.scm (%derivation-cache): New variable.
(read-derivation): Use it instead of the private 'cache' variable.
(derivation): Populate %DERIVATION-CACHE before returning.
Next