summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesLeo Famulari2017-01-06
|\
| * gnu: python-pycrypto: Fix CVE-2013-7459.Leo Famulari2017-01-06
| | | | | | | | | | | | | | * 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.
| * gnu: nspr: Update to 4.13.1.Leo Famulari2017-01-06
| | | | | | | | * gnu/packages/gnuzilla.scm (nspr): Update to 4.13.1.
| * guix: Add Docker image export.Ricardo Wurmus2017-01-06
| | | | | | | | | | | | | | | | * 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.
| * gnu: Add r-copywriter.Ricardo Wurmus2017-01-06
| | | | | | | | * gnu/packages/bioinformatics.scm (r-copywriter): New variable.
| * gnu: Add r-copyhelper.Ricardo Wurmus2017-01-06
| | | | | | | | * gnu/packages/bioinformatics.scm (r-copyhelper): New variable.
| * gnu: Add r-chipseq.Ricardo Wurmus2017-01-06
| | | | | | | | * gnu/packages/bioinformatics.scm (r-chipseq): New variable.
| * file-systems: Refactor file system detection logic.David Craven2017-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * gnu: gnome-tweak-tool: Add missing inputs.Christopher Baines2017-01-06
| | | | | | | | | | | | | | * gnu/packages/gnome.scm (gnome-tweak-tool)[inputs]: Add gnome-desktop and libsoup. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: gnome-tweak-tool: Make propagated-inputs just inputs.Christopher Baines2017-01-06
| | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (gnome-tweak-tool)[propagated-inputs]: Merge with... [inputs]: ... this. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: gnome-tweak-tool: Wrap program to set 'GI_TYPELIB_PATH'.Christopher Baines2017-01-06
| | | | | | | | | | | | | | * gnu/packages/gnome.scm (gnome-tweak-tool)[arguments]: Add 'wrap-program' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: gnome-tweak-tool: Use glib-or-gtk-build-system.Christopher Baines2017-01-06
| | | | | | | | | | | | | | | | | | | | 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>
| * gnu: bioruby: Update to 1.5.1.Ben J Woodcroft2017-01-06
| | | | | | | | * gnu/packages/bioinformatics.scm (bioruby): Update to 1.5.1.
| * gnu: cd-hit: Update to 4.6.6.Ben J Woodcroft2017-01-06
| | | | | | | | * gnu/packages/bioinformatics.scm (cd-hit): Update to 4.6.6.
| * gnu: khal: Disable failing tests.Leo Famulari2017-01-06
| | | | | | | | | | | | * 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.
| * gnu: vdirsyncer: Update to 0.14.1.Leo Famulari2017-01-06
| | | | | | | | * gnu/packages/dav.scm (vdirsyncer): Update to 0.14.1.
| * gnu: python-icalendar: Update to 3.11.1.Leo Famulari2017-01-06
| | | | | | | | * gnu/packages/python.scm (python-icalendar): Update to 3.11.1.
| * derivations: Share a cache between 'derivation' and 'read-derivation'.Ludovic Courtès2017-01-05
| | | | | | | | | | | | | | | | | | 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.
| * gnu: gv: Do not propagate Ghostscript.Ludovic Courtès2017-01-05
| | | | | | | | | | | | * gnu/packages/gv.scm (gv)[propagated-inputs]: Remove. [arguments]: New field. [inputs]: Add GHOSTCRIPT/X.
| * derivations: Micro-optimize 'write-derivation'.Ludovic Courtès2017-01-05
| | | | | | | | | | | | | | * guix/derivations.scm (write-derivation)[write-input]: Use 'display' instead of 'write' for PATH. Use 'simple-format' instead of 'format', and '~a' instead of '~s' for SYSTEM and BUILDER.
| * gnu: emacs-smartparens: Update to 1.9.0.Alex Kost2017-01-06
| | | | | | | | * gnu/packages/emacs.scm (emacs-smartparens): Update to 1.9.0.
| * gnu: magit: Update to 2.10.0.Alex Kost2017-01-06
| | | | | | | | * gnu/packages/emacs.scm (magit, emacs-magit-popup): Update to 2.10.0.
| * gnu: emacs-with-editor: Update to 2.5.9.Alex Kost2017-01-06
| | | | | | | | * gnu/packages/emacs.scm (emacs-with-editor): Update to 2.5.9.
| * gnu: Add ghc-markdown-unlit.Danny Milosavljevic2017-01-05
| | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-markdown-unlit): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: beep: Ignore substitute* return value.Tobias Geerinckx-Rice2017-01-05
| | | | | | | | | | * gnu/packages/terminals.scm (beep)[arguments]: End 'patch-makefile phase with truth.
| * gnu: sdl2: Add fcitx input.David Thompson2017-01-05
| | | | | | | | * gnu/packages/sdl.scm (sdl2)[inputs]: Add fcitx.
| * gnu: sdl2: Fix double input events bug.David Thompson2017-01-05
| | | | | | | | * gnu/packages/sdl.scm (sdl2)[inputs]: Add dbus, gblib, and ibus.
| * Revert "gnu: gawk: Don't replace 'sh' reference with 'bash'."Leo Famulari2017-01-05
| | | | | | | | | | | | This commit causes too many rebuilds. It will be re-committed to core-updates. This reverts commit 5b2834ae790557a760fea4bf2b8c7bac1ea8f23d.
| * gnu: gawk: Don't replace 'sh' reference with 'bash'.Leo Famulari2017-01-05
| | | | | | | | | | * gnu/packages/gawk.scm (gawk)[arguments]: Use /bin/sh instead of /bin/bash in 'set-shell-file-name' phase.
| * gnu: irssi: Update to 1.0.0.Marius Bakke2017-01-05
| | | | | | | | | | | | | | | | * gnu/packages/irc.scm (irssi): Update to 1.0.0. [arguments]: Remove --with-ncurses configure flag. [native-inputs]: Move 'perl' to ... [inputs]: ... here. [home-page]: Use HTTPS.
| * gnu: Fix indentation of some python packages.Marius Bakke2017-01-05
| | | | | | | | | | | | | | This is a followup to abe2ec73..807a5b32. * gnu/packages/python.scm (python-snowballstemmer, python-sphinx-cloud-sptheme, python-sphinx-alabaster-theme): Fix indentation.
| * gnu: Add python-sphinx-alabaster-theme.Danny Milosavljevic2017-01-05
| | | | | | | | | | | | | | * gnu/packages/python.scm (python-sphinx-alabaster-theme, python2-sphinx-alabaster-theme): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: Add python-sphinx-cloud-sptheme.Danny Milosavljevic2017-01-05
| | | | | | | | | | | | | | * gnu/packages/python.scm (python-sphinx-cloud-sptheme, python2-sphinx-cloud-sptheme): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: Add python-snowballstemmer.Danny Milosavljevic2017-01-05
| | | | | | | | | | | | | | * gnu/packages/python.scm (python-snowballstemmer, python2-snowballstemmer): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: Add beep.José Miguel Sánchez García2017-01-05
| | | | | | | | | | | | * gnu/packages/terminals.scm (beep): New variable. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * gnu: Remove unused module import from (gnu packages mtools).Tobias Geerinckx-Rice2017-01-05
| | | | | | | | | | | | This is a follow-up to commit 3b0f2ba46b8c14cf9d9729e13e006af697d07403. * gnu/packages/mtools.scm: Remove import of (gnu packages python).
| * gnu: ruby-nokogiri: Update to 1.7.0.1.Ben Woodcroft2017-01-05
| | | | | | | | * gnu/packages/ruby.scm (ruby-nokogiri): Update to 1.7.0.1.
| * gnu: ruby-hoe: Update to 3.16.0.Ben Woodcroft2017-01-05
| | | | | | | | * gnu/packages/ruby.scm (ruby-hoe): Update to 3.16.0.
| * doc: Add a Git hook that verifies signatures before pushing.Leo Famulari2017-01-04
| | | | | | | | | | * HACKING (Commit Access): Describe the pre-push Git hook. * etc/git/pre-push: New file.
| * gnu: unrtf: Fix CVE-2016-10091.Leo Famulari2017-01-04
| | | | | | | | | | | | * gnu/packages/patches/unrtf-CVE-2016-10091.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/unrtf.scm (unrtf)[source]: Use it.
| * gnu: libreoffice: Update to 5.1.6.2.Alex Griffin2017-01-04
| | | | | | | | | | | | * gnu/packages/libreoffice.scm (libreoffice): Update to 5.1.6.2. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: ocamlmod: Enable tests.David Craven2017-01-04
| | | | | | | | | | | | | | | | Followup to 93eeadf0226078a6a9ecf57f84446044b4be249b. * gnu/packages/ocaml.scm (ocamlmod)[arguments]: Enable tests. Problem reported by Julien Lepiller <julien@lepiller.eu>.
| * gnu: ocaml-ounit: Enable tests.David Craven2017-01-04
| | | | | | | | | | | | | | | | Followup to 7a76b4afd0ce296bb462be8cf66234e41672c285. * gnu/packages/ocaml.scm (ocaml-ounit)[arguments]: Enable tests. Problem reported by Julien Lepiller <julien@lepiller.eu>.
| * gnu: aria2: Update to 1.30.0.Efraim Flashner2017-01-04
| | | | | | | | * gnu/packages/bittorrent.scm (aria2): Update to 1.30.0.
| * gnu: inkscape: Update to 0.92.0.Ricardo Wurmus2017-01-04
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/inkscape-drop-wait-for-targets.patch: Remove it. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/inkscape.scm (inkscape): Update to 0.92.0. [build-system]: Use "cmake-build-system". [native-inputs]: Add glib:bin. [arguments]: Remove obsolete arguments; disable tests.
| * gnu: Add ocaml-cmdliner.Julien Lepiller2017-01-04
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-cmdliner): New variable. Signed-off-by: David Craven <david@craven.ch>
| * gnu: Add ocaml-mtime.Julien Lepiller2017-01-04
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-mtime): New variable. Signed-off-by: David Craven <david@craven.ch>
| * gnu: Add ocaml-rresult.Julien Lepiller2017-01-04
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-rresult): New variable. Signed-off-by: David Craven <david@craven.ch>
| * gnu: Add ocaml-topkg.Julien Lepiller2017-01-04
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-topkg): New variable. Signed-off-by: David Craven <david@craven.ch>
| * gnu: Add ocaml-result.Julien Lepiller2017-01-04
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-result): New variable. Signed-off-by: David Craven <david@craven.ch>