gnu: libvorbis: disable parallel tests * gnu/packages/xiph.scm (libvorbis): disable parallel tests
gnu: openssh: Upgrade to 6.6p1. * gnu/packages/ssh.scm (openssh): Upgrade to 6.6p1.
gnu: tzdata: Upgrade to 2014a.
gnu: lynx: Upgrade to 2.8.8rel.2. * gnu/packages/lynx.scm (lynx): Upgrade to 2.8.8rel.2.
gnu: bc: Install docs in share/man and share/info. * gnu/packages/algebra.scm (bc): Pass --mandir and --infodir to configure.
gnu: unzip: Install man pages in share/man. * gnu/packages/zip.scm (unzip): Substitute /share/man/ for /man/ in Makefile.
gnu: screen: Install docs in share/man and share/info. * gnu/packages/screen.scm (screen): Add --mandir and --infodir configure flags.
gnu: netcat: Install docs in share/man and share/info. * gnu/packages/admin.scm (netcat): Add --mandir and --infodir configure flags.
gnu: xterm: Upgrade to 303. * gnu/packages/xorg.scm (xterm): Upgrade to 303.
gnu: imagemagick: Upgrade to 6.8.8-8. * gnu/packages/imagemagick.scm (imagemagick): Upgrade to 6.8.8-8.
gnu: Add Window Maker. * gnu/packages/gnustep.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
gnu: libxft: Propagate Freetype and Fontconfig. * gnu/packages/xorg.scm (libxft): Move Freetype and Fontconfig from 'inputs' to 'propagated-inputs'.
gnu: luajit: Update to 2.0.3. * gnu/packages/lua.scm (luajit): Update to 2.0.3.
gnu: python: Change URL to https. * gnu/packages/python.scm (python-2, python)[source]: Change URL to https. This makes sure GnuTLS is available in the derivation that downloads the source, which is required since http URLs get redirected to https anyway. Reported by Manolis Ragkousis <manolis837@gmail.com>.
gnu: pulseaudio: Upgrade to 5.0. * gnu/packages/pulseaudio.scm (pulseaudio): Upgrade to 5.0. Remove patches. * gnu/packages/patches/pulseaudio-test-timeouts.patch, gnu/packages/patches/pulseaudio-volume-test.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
gnu: fuse: Refer to the right 'mount' and 'umount' commands. * gnu/packages/linux.scm (fuse)[inputs]: Change to... [native-inputs]: ... this. [arguments]: Add #:phases argument.
gnu: guile-xcb: Upgrade to 1.3. * gnu/packages/guile-wm.scm (guile-xcb): Upgrade to 1.3. [arguments] Pass --with-guile-site-dir= instead of --datadir=, and pass --with-guile-site-ccache-dir=. Remove #:phases.
gnu: linux-libre: Build the FUSE module. * gnu/packages/linux.scm (linux-libre): Set CONFIG_FUSE_FS=m.
gnu: unionfs-fuse: Add statically-linked variant. * gnu/packages/linux.scm (unionfs-fuse/static): New variable.
More /gnu/store replacements. * gnu/packages/gcc.scm (gcc-4.7): Change /nix/store in comment. * gnu/system/vm.scm (operating-system-default-contents): Use (%store-prefix) instead of "/nix/store". * guix/derivations.scm (derivation-path->output-path, derivation-path->output-paths): Change to /gnu/store in docstring.