gnu: chess: Update to 6.2.2.
* gnu/packages/games.scm (chess): Update to 6.2.2.
gnu: non-sequencer: Disable SSE when not building on x86_64.
* gnu/packages/music.scm (non-sequencer)[arguments]: Add "--disable-sse"
flag when not building on x86_64.
gnu: fastcap: Remove non-free file.
* gnu/packages/engineering.scm (fastcap): Do it.
gnu: fastcap: Fix 'fix-doc phase.
* gnu/packages/engineering.scm (fastcap): Adapt documentation generation to
change in TeXLive 2015.
install: Set the mtime in the binary tarball to 1.
Reported by anthk_ on #guix in Sept. 2015.
* gnu/system/install.scm (self-contained-tarball): Use --mtime=@1
instead of --mtime=@0.
gnu: complexity: Update to 1.3.
* gnu/packages/code.scm (complexity): Update to 1.3.
gnu: mutt: Update to 1.5.24.
* gnu/packages/patches/mutt-CVE-2014-9116.patch: Delete file.
* gnu/packages/mail.scm (mutt): Update to 1.5.24.
[source]: Update and remove patch.
* gnu-system.am (dist_patch_DATA): Unregister removed patch.
gnu: Add bspwm.
* gnu/packages/wm.scm (bspwm): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
gnu: Add sxhkd.
* gnu/packages/xdisorg.scm (sxhkd): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
system: Define 'GST_PLUGIN_PATH' in /etc/profile.
* gnu/system.scm (operating-system-etc-service)[profile]: Add
'GST_PLUGIN_PATH' definition.
gnu: Add python-libarchive-c.
* gnu/packages/python.scm (python-libarchive-c, python2-libarchive-c):
New variables.
gnu: Add python-tlsh.
* gnu/packages/python.scm (python-tlsh, python2-tlsh): New variable.
gnu: Add ruby-yard.
* gnu/packages/ruby.scm (ruby-yard): New variable.
gnu: Add ruby-rspec-2.
* gnu/packages/ruby.scm (ruby-rspec-2): New variable.
gnu: Add ruby-rspec-mocks-2.
* gnu/packages/ruby.scm (ruby-rspec-mocks-2): New variable.
gnu: Add ruby-rspec-expectations-2.
* gnu/packages/ruby.scm (ruby-rspec-expectations-2): New variable.
gnu: Add ruby-rspec-core-2.
* gnu/packages/ruby.scm (ruby-rspec-core-2): New variable.
gnu: python-scipy: Add phase to fix tests.
* gnu/packages/python.scm (python-scipy)[arguments]: Add build phase
"fix-tests".
gnu: python-scipy: Add numpydoc to native-inputs.
* gnu/packages/python.scm (python-numpydoc)[native-inputs]: Add
python-numpydoc.