gnu: Remove 'xf86-video-ast' and 'xf86-video-newport' drivers. * gnu/packages/xorg.scm (xf86-video-ast, xf86-video-newport): Comment out.
gnu: racket: Update to 6.1.1. * gnu/packages/scheme.scm (racket): Update to 6.1.1. Adjust URI. [inputs]: Add FONTCONFIG and SQLITE.
linux-boot: Don't fail if /root/etc/mtab is a dangling symlink. Reported Joshua Grant. Patch suggested by Mark H Weaver. * gnu/build/linux-boot.scm (mount-root-file-system): Use 'false-if-exception' instead of 'when (file-exists? ...)' to account for dangling symlinks.
gnu: guile-ssh: Put 'autoreconf' phase after 'unpack', not before 'configure'. * gnu/packages/ssh.scm (guile-ssh): Add 'autoreconf' phase after 'unpack' instead of before 'configure', so that it will be before 'patch-usr-bin-file' and other similar phases.
gnu: Add libupnp. * gnu/packages/libupnp.scm: New file. * gnu-system.am: Add the new file.
gnu: Define $CC to placate 'g-ir-scanner'. * gnu/packages/glib.scm (telepathy-glib)[arguments]: New field. * gnu/packages/gnome.scm (json-glib)[arguments]: New field.
gnu: libextractor: Adjust to deal with current libmagic. * gnu/packages/gnunet.scm (libextractor)[source]: Add 'snippet'. (libextractor)[inputs]: Remove GNU-GETTEXT, which was unneeded. Add FILE.
gnu: gimp: Update to 2.8.14. * gnu/packages/gimp.scm (gimp): Update to 2.8.14.
system: Define $ASPELL_CONF in /etc/profile. * gnu/system.scm (etc-directory)[profile]: Define 'ASPELL_CONF'.
install: Add iw to the packages. * gnu/system/install.scm (installation-os)[packages]: Add IW.
gnu: linux-libre: Update to 3.18.4 * gnu/packages/linux.scm (linux-libre): Update to version 3.18.4.
gnu: Add xinit. * gnu/packages/xorg.scm (xinit): New variable.
linux-initrd: Add USB kernel modules to the default initrd. * gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Add usb-storage, uas, usbkbd, and usbhid. * gnu/system/vm.scm (system-disk-image): Remove #:extra-modules argument to 'base-initrd'.
gnu: apr-util: Correct hash. * gnu/packages/apr.scm (apr-util): Correct hash.
gnu: Add sxiv. * gnu/packages/sxiv.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
gnu: Add GCJ * gnu/packages/gcc.scm (gcj-4.8, ecj-bootstrap-4.8): New variables. * gnu/packages/javac.in: New file. * gnu-system.am (MISC_DISTRO_FILES): Add it. * Makefile.am (nobase_dist_guilemodule_DATA): Add MISC_DISTRO_FILES.
gnu: Add LRDF. * gnu/packages/rdf.scm (lrdf): New variable.
gnu: Add JACK * gnu/packages/audio.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add it
install: Mention GSD. * gnu/system/install.scm (installation-services): Mention the Guix System Distribution.
gnu: guix: Update snapshot. * gnu/packages/package-management.scm (boot-guile-uri): New procedure. (guix-0.8): Add "boot-guile/armhf" input. Update 'copy-bootstrap-guile' phase to handle it. (guix-devel): Update snapshot.