summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-08bootloader: Use menu-entry to define custom bootloader entries.Mathieu Othacehe
* gnu/bootloader.scm (<menu-entry>): New variable. Export associated getters, This record is extracted from grub module. * gnu/bootloader/extlinux.scm (extlinux-configuration-file): Use menu-entry->boot-parameters to convert menu-entry records to boot-parameters. * gnu/bootloader/grub.scm (<menu-entry>): Remove. (boot-parameters->menu-entry): Remove. (grub-configuration-file): Use boot-parameters to create configuration entries. * gnu/system.scm (menu-entry->boot-parameters): New exported procedure.
2017-06-08gnu: emacs: Fix ert-runner by adding 'reporters' subdirectory.Maxim Cournoyer
Previous this change, ert-runner would fail with error: "Invalid reporter: dot". * gnu/packages/emacs.scm (ert-runner)[include]: Add regexp to match elisp files under the 'reporters' subdirectory. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-08build-system: emacs: Factorize include/exclude default arguments.Maxim Cournoyer
The `install' phase of the emacs-build-system contained default arguments duplicated from the host side `emacs-build' procedure. This change factorizes them so that: 1. They are not duplicated. 2. They can be reused and extended easily when defining emacs packages. * guix/build/emacs-build-system.scm (%default-include, %default-exclude): New variables. (install): Use %default-include and %default-exclude as default arguments. * guix/build-system/emacs.scm: Use and re-export %default-include, %default-exclude from (guix build emacs-build-system). (emacs-build): Use %default-include and %default-exclude as default arguments. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-08gnu: Add nftables.Rutger Helling
* gnu/packages/linux.scm (nftables): New variable Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-06-08gnu: the-silver-searcher: Update to 2.0.0.Clément Lassieur
* gnu/packages/code.scm (the-silver-searcher): Update to 2.0.0.
2017-06-08gnu: diamond: Update to 0.9.6.Ben Woodcroft
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.6.
2017-06-07gnu: guile-2.2: Increase max-silent-time to 6 hours.Mark H Weaver
* gnu/packages/guile.scm (guile-2.2)[properties]: Increase max-silent-time to 6 hours.
2017-06-07mapped-devices: Cope with delayed appearance of LUKS source.Mark H Weaver
Fixes <https://bugs.gnu.org/27242>. * gnu/system/mapped-devices.scm (open-luks-device): If 'find-partition-by-luks-uuid' fails, try again once per second, up to ten times.
2017-06-08gnu: livemedia-utils: Change source URL to one that is archived.Clément Lassieur
* gnu/packages/video.scm (livemedia-utils)[source]: Change it.
2017-06-07gnu: Rename 's' to 's-shell'.Mark H Weaver
* gnu/packages/shells.scm (s): Rename to ... (s-shell): ... this. [name]: Change to "s-shell".
2017-06-07artwork: Use a descriptive name for the source directory.Leo Famulari
* gnu/artwork.scm (%artwork-repository): Set a descriptive file-name and use the full commit hash when fetching.
2017-06-07import: cpan: Update CPAN importer to use MetaCPAN v1 API.James Richardson
* guix/import/cpan.scm (module->dist-name, cpan-fetch): Use metacpan.org URLs. * tests/cpan.scm ("cpan->guix-package"): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-07gnu: Add packagekit.Christopher Baines
* gnu/packages/freedesktop.scm (packagekit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-07doc: Use 'guix environment --no-grafts' to debug build failures.Ludovic Courtès
* doc/guix.texi (Debugging Build Failures): Pass --no-grafts to 'guix environment' and explain.
2017-06-07gnu: emacs-org: Update to 20170606.Nicolas Goaziou
* gnu/packages/emacs.scm (emacs-org): Update to 20170606. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-07gnu: livemedia-utils: Update to 2017.06.04.Clément Lassieur
* gnu/packages/video.scm (livemedia-utils): Update to 2017.06.04.
2017-06-07file-systems: Use creation time if modification time is unset for ISO9660.Danny Milosavljevic
* gnu/build/file-systems.scm (iso9660-superblock-uuid): Modify.
2017-06-06gnu: perl: Fix CVE-2017-6512 in File::Path.Leo Famulari
* gnu/packages/perl.scm (perl)[replacement]: New field. (perl/fixed): New variable. * gnu/packages/patches/perl-file-path-CVE-2017-6512.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2017-06-06gnu: perl-file-path: Update to 2.13.Leo Famulari
This fixes CVE-2017-6512. * gnu/packages/perl.scm (perl-file-path): Update to 2.13.
2017-06-07gnu: signify: Update to 21.Marius Bakke
* gnu/packages/crypto.scm (signify): Update to 21.
2017-06-07gnu: feh: Update to 2.19.Marius Bakke
* gnu/packages/image-viewers.scm (feh): Update to 2.19.
2017-06-07gnu: ffmpeg@2.8: Update to 2.8.12.Marius Bakke
* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.12.
2017-06-07gnu: libnl: Update to 3.3.0.Marius Bakke
Since version 3.2.5, signed tarballs are distributed via GitHub. See e.g. release announcements: https://lists.infradead.org/pipermail/libnl/2017-May/002313.html The home page is somewhat outdated, but still hosts mailing lists and git mirror. * gnu/packages/linux.scm (libnl): Update to 3.3.0. [source]: Switch to new release URL.
2017-06-07gnu: irssi: Update to 1.0.3.Marius Bakke
* gnu/packages/irc.scm (irssi): Update to 1.0.3.
2017-06-06gnu: maxima: Update to 5.40.0.Kei Kebreau
* gnu/packages/maths.scm (maxima): Update to 5.40.0.
2017-06-06gnu: coq: Add search-paths for coq libraries.Julien Lepiller
* gnu/packages/ocaml.scm (coq)[native-search-paths]: New field.
2017-06-06gnu: Add ocaml-hex.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-hex): New variable.
2017-06-06gnu: Add ocaml-cstruct.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-cstruct): New variable.
2017-06-06gnu: Add ocaml-ocplib-endian.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ocplib-endian): New variable.
2017-06-06gnu: Add ocaml-async.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-async): New variable.
2017-06-06gnu: Add ocaml-async-extra.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-async-extra): New variable.
2017-06-06gnu: Add ocaml-async-unix.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-async-unix): New variable.
2017-06-06gnu: Add ocaml-core.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-core): New variable.
2017-06-06gnu: Add ocaml-async-rpc-kernel.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-async-rpc-kernel): New variable.
2017-06-06gnu: Add ocaml-async-kernel.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-async-kernel): New variable.
2017-06-06gnu: Add ocaml-core-kernel.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-core-kernel): New variable.
2017-06-06gnu: dovecot: Update to 2.2.30.2.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (dovecot): Update to 2.2.30.2.
2017-06-06gnu: Add qgpgme.Hartmut Goebel
* gnu/packages/gnupg.scm (qgpgme): New variable.
2017-06-06gnu: knot: Update to 2.4.4.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 2.4.4.
2017-06-05gnu: python-tmx: Fix source URL.Kei Kebreau
* gnu/packages/game-development.scm (python-tmx)[origin]: Add missing subdirectory to URL.
2017-06-05gnu: gdb: Update to 8.0.Ludovic Courtès
* gnu/packages/gdb.scm (gdb): Update to 8.0.
2017-06-05gnu: global: Update to 6.5.7.Ludovic Courtès
* gnu/packages/code.scm (global): Update to 6.5.7.
2017-06-05gnu: openscenegraph: Tweak description.Ludovic Courtès
* gnu/packages/graphics.scm (openscenegraph)[description]: Remove "open source". Use en_US spelling.
2017-06-05gnu: liboauth: Correct synopsis and description.Kei Kebreau
* gnu/packages/web.scm (liboauth): Correct them.
2017-06-05gnu: tiled: Update to 1.0.0.David Thompson
* gnu/packages/game-development.scm (tiled): Update to 1.0.0.
2017-06-05gnu: Add js-mathjax.Arun Isaac
* gnu/packages/javascript.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/javascript.scm (js-mathjax): New variable.
2017-06-05gnu: Add font-mathjax.Arun Isaac
* gnu/packages/fonts.scm (font-mathjax): New variable.
2017-06-05gnu: youtube-dl: Update to 2017.05.07.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2017.05.07.
2017-06-05gnu: git: Update to 2.13.1.Marius Bakke
* gnu/packages/version-control.scm (git): Update to 2.13.1.
2017-06-05gnu: xf86-input-wacom: Update to 0.34.2.Marius Bakke
* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 0.34.2. [source]: Remove obsolete patch. * gnu/packages/patches/xf86-input-wacom-xorg-abi-25.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.