install: Turn off deduplication for the binary tarball.
* gnu/build/install.scm (register-closure): Add #:deduplicate? parameter and
honor it.
(populate-single-profile-directory): Likewise.
* gnu/system/install.scm (self-contained-tarball): Pass #:deduplicate? #f.
Invoke tar with --check-links.
gnu: ocaml: Don't rely on (gnu packages commencement).
* gnu/packages/ocaml.scm (ocaml)[inputs]: Use (canonical-package gcc-4.8)
instead of GCC-FINAL.
gnu: guix: Update snapshot.
* gnu/packages/package-management.scm (guix-devel): Update to 2c04921.
list-packages: Move to guix-artwork repository.
In order to integrate the package list in the GuixSD website, the listing of
packages has been moved into the website implementation.
* build-aux/list-packages.scm: Remove file.
* Makefile.am (EXTRA_DIST): Adapt to it.
offload: Fix sorting bug in 'choose-build-machine'.
* guix/scripts/offload.scm (choose-build-machine)[undecorate]: Return the
boolean result of pred instead of the best machine+slot.
gnu: miso: Use HTTPS URL.
* gnu/packages/bioinformatics.scm (miso)[source]: Use "https" protocol for
downloading the source tarball.
gnu: bedops: Update to 2.4.14.
* gnu/packages/bioinformatics.scm (bedops): Update to 2.4.14.
gnu: Add wayland.
* gnu/packages/freedesktop.scm (wayland): New variable.
system: Rename 'sudoers' into 'sudoers-file'.
* gnu/system.scm (<operating-system>): Rename record field.
(etc-directory): Rename argument.
(operating-system-etc-directory): Adjust accordingly.
* doc/guix.texi (operating-system Reference): Likewise.
gnu: talloc: Change source URI to use https.
* gnu/packages/samba.scm (talloc)[source]: Change URI to use https.
gnu: qt: Add more inputs.
* gnu/packages/qt.scm (qt)[inputs]: Add cups, libmng, postgresql and unixodbc.
gnu: Add libmng.
* gnu/packages/image.scm (libmng): New variable.
gnu: qt: Update to 5.4.2.
* gnu/packages/qt.scm (qt): Update to 5.4.2.
gnu: qt-4: Update to 4.8.7.
* gnu/packages/qt.scm (qt-4): Update to 4.8.7.
gnu: talloc: Update to 2.1.2.
* gnu/packages/samba.scm (talloc): Update to 2.1.2.
gnu: calibre: Update to 2.30.0.
* gnu/packages/ebook.scm (calibre): Update to 2.30.0.
gnu-maintenance: Use 'home-page' as an additional hint of "GNUness".
Reported by Rastus_Vernon on IRC.
Fixes 'gnu-package?' for GNUcash.
* guix/gnu-maintenance.scm (gnu-package?)[gnu-home-page?]: New procedure. Use
it to determine whether PACKAGE is GNU.
build: Don't build the guix-daemon man page when --disable-daemon.
Fixes <http://bugs.gnu.org/20824>.
Reported by Mark H Weaver <mhw@netris.org>.
* doc.am (dist_man1_MANS): Conditionalize doc/guix-daemon.1 on BUILD_DAEMON.
gnu: qemu: Add fixes for CVE-2015-{4037,4103,4104,4105,4106}.
* gnu/packages/patches/qemu-CVE-2015-4037.patch,
gnu/packages/patches/qemu-CVE-2015-4103.patch,
gnu/packages/patches/qemu-CVE-2015-4104.patch,
gnu/packages/patches/qemu-CVE-2015-4105.patch,
gnu/packages/patches/qemu-CVE-2015-4106-pt1.patch,
gnu/packages/patches/qemu-CVE-2015-4106-pt2.patch,
gnu/packages/patches/qemu-CVE-2015-4106-pt3.patch,
gnu/packages/patches/qemu-CVE-2015-4106-pt4.patch,
gnu/packages/patches/qemu-CVE-2015-4106-pt5.patch,
gnu/packages/patches/qemu-CVE-2015-4106-pt6.patch,
gnu/packages/patches/qemu-CVE-2015-4106-pt7.patch,
gnu/packages/patches/qemu-CVE-2015-4106-pt8.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/qemu.scm (qemu-headless)[source]: Add patches.
gnu: git: Update to 2.4.3.
* gnu/packages/version-control.scm (git, git-manpages): Update to 2.4.3.