summary refs log tree commit diff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2016-10-17Merge branch 'master' into core-updatesMark H Weaver
2016-10-17gnu: guile-lib: Update to 0.2.3.Ludovic Courtès
* gnu/packages/guile.scm (guile-lib): Update to 0.2.3. [arguments]: Adjust 'patch-module-dir' to change both 'moddir' and 'godir'; use '@GUILE_EFFECTIVE_VERSION@' instead of a hard-coded "2.0". Add 'check' phase. [native-inputs]: New field.
2016-10-17gnu: guile-lib: Use 'modify-phases'.Ludovic Courtès
* gnu/packages/guile.scm (guile-lib)[arguments]: Use 'modify-phases'.
2016-10-17gnu: recutils: Adjust to Bash 4.4.Ludovic Courtès
* gnu/packages/databases.scm (recutils)[arguments]: Add 'set-bash4.4-header-location' phase.
2016-10-17gnu: openssh: Enable kerberos features.John Darrington
* gnu/packages/ssh.scm (openssh) [arguments]: Add flag --with-kerberos5. [inputs]: Add mit-krb5.
2016-10-17gnu: linux-libre: Update to 4.8.2.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash) (linux-libre): Update to 4.8.2.
2016-10-17gnu: linux-libre@4.4: Update to 4.4.25.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.25.
2016-10-17gnu: Add xpad.Rene Saavedra
* gnu/packages/gnome.scm (xpad): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2016-10-17gnu: python-requests-toolbelt: Fix build failure by adding missing dependencies.Leo Famulari
* gnu/packages/python.scm (python-requests-toolbelt)[native-inputs]: Add python-betamax, python-mock and python-pytest.
2016-10-17gnu: Add python-betamax.Leo Famulari
* gnu/packages/python.scm (python-betamax, python2-betamax): New variables.
2016-10-17gnu: python-vobject: Disable the test suite.Leo Famulari
The tests were silently skipped with Python 3.4. With Python 3.5, this caused the python-vobject build to fail. * gnu/packages/python.scm (python-vobject, python2-vobject)[arguments]: Disable the tests.
2016-10-17gnu: python-wsgi-intercept: Fix build failure with Python 3.5.Leo Famulari
* gnu/packages/python.scm (python-wsgi-intercept)[native-inputs]: Add python-urllib3.
2016-10-17gnu: Add rcas-web.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (rcas-web): New variable.
2016-10-17gnu: Add r-rcas.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-rcas): New variable.
2016-10-17gnu: irrlicht: Update to 1.8.4.Ricardo Wurmus
* gnu/packages/games.scm (irrlicht): Update to 1.8.4. [arguments]: Delete phase "apply-patch/mesa-10-fix". [native-inputs]: Remove "patch/mesa-10-fix". * gnu/packages/patches/irrlicht-mesa-10.patch: Delete file. * gnu/local.mk (dist_path_DATA): Remove irrlicht patch.
2016-10-17gnu: extremetuxracer: Update to 0.7.3.Ricardo Wurmus
* gnu/packages/games.scm (extremetuxracer): Update to 0.7.3. [inputs]: Remove freetype, mesa, libice, libpng, sdl, sdl-mixer, sdl-image, libsm, libunwind, libx11, libext, libxi, libxmu, libxt, tcl, zlib; add sfml. [arguments]: Remove field.
2016-10-17gnu: sfml: Install pkgconfig files.Ricardo Wurmus
* gnu/packages/game-development.scm (sfml)[arguments]: Add configure flag to install pkgconfig files.
2016-10-17gnu: artanis: Remove implied $(DESTDIR) usage.Adonay Felipe Nogueira
* gnu/packages/patches/artanis-fix-Makefile.in.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/guile.scm (artanis)[source]: Use patch. [arguments]: Remove DESTDIR from #:make-flags. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-10-17gnu: wrap-python3: Use a bash wrapper for 'python3-config'.宋文武
See <http://lists.gnu.org/archive/html/guix-devel/2016-07/msg00008.html> for details. * gnu/packages/python.scm (wrap-python3)[arguments]: Use a bash wrapper instead of a symlink for python3-config.
2016-10-17gnu: node: Update to 6.8.0.Al McElrath
Remove <https://debbugs.gnu.org/23744> and <https://debbugs.gnu.org/23723> workaround. * gnu/packages/node.scm (node): Update to 6.8.0. (node)[arguments]: Disabled more tests. Remove custom 'patch-shebangs' phase. Manually patch npm script shebang in new 'patch-npm-shebang' phase. * gnu/packages/patches/node-9077.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patches. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-10-17gnu: ruby-json-pure: Fix tests.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-json-pure)[arguments]: Remove unneeded reference to 'json-java.gemspec' in 'Gemfile'.
2016-10-17gnu: bundler: Update to 1.13.5.Ben Woodcroft
* gnu/packages/ruby.scm (bundler): Update to 1.13.5.
2016-10-17gnu: Add geierlein.Hartmut Goebel
* gnu/packages/finance.scm (geierlein): New variable.
2016-10-17gnu: Add sslh.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (sslh): New variable.
2016-10-17gnu: httping: Update to 2.5.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (httping): Update to 2.5.
2016-10-16gnu: Add fbida.Julien Lepiller
* gnu/packages/pdf.scm (fbida): New variable.
2016-10-16gnu: python-requests-mock: Fix build failure with Python 3.5.Leo Famulari
* gnu/packages/openstack.scm (python-requests-mock, python2-requests-mock)[native-inputs]: Add python-docutils.
2016-10-16gnu: xonsh: Disable the test suite.Leo Famulari
The tests were silently skipped with Python 3.4. With Python 3.5, this caused the xonsh build to fail. * gnu/packages/shells.scm (xonsh)[arguments]: Disable the tests.
2016-10-16gnu: hdf4: Fix non-x86 architectures.Andreas Enge
* gnu/packages/patches/hdf4-architectures.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/maths.scm (hdf4)[source]: Add patch.
2016-10-16gnu: certbot, python-acme: Update to 0.9.3.Leo Famulari
These packages should be updated together. * gnu/packages/tls.scm (certbot): Update to 0.9.3. [source]: Use pypi-uri. (python-acme, python2-acme): Update to 0.9.3. [source]: Use pypi-uri.
2016-10-16gnu: python-dnspython: Update to 0.15.0.Leo Famulari
* gnu/packages/python.scm (python-dnspython, python2-dnspython): Update to 0.15.0.
2016-10-16gnu: python-werkzeug: Update to 0.11.11.Leo Famulari
* gnu/packages/python.scm (python-werkzeug, python2-werkzeug): Update to 0.11.11.
2016-10-16gnu: python-pyopenssl: Update to 16.1.0.Leo Famulari
* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to 16.1.0 [source]: Use pypi-uri.
2016-10-16gnu: python-pyasn1: Update to 0.1.9.Leo Famulari
* gnu/packages/python.scm (python-pyasn1, python2-pyasn1): Update to 0.1.9. [source]: Use pypi-uri.
2016-10-16gnu: Add python-whoosh.Ricardo Wurmus
* gnu/packages/python.scm (python-whoosh, python2-whoosh): New variables.
2016-10-16gnu: Add arm-none-eabi-toolchain variants.Theodoros Foradis
* gnu/packages/embedded.scm (arm-none-eabi-toolchain): New procedure. (arm-none-eabi-toolchain-4.9, arm-none-eabi-nano-toolchain-4.9, arm-none-eabi-toolchain-6, arm-none-eabi-nano-toolchain-6): New variables. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2016-10-16gnu: Add arm-none-eabi-gcc-6.Theodoros Foradis
* gnu/packages/embedded.scm (gcc-arm-none-eabi-6): New variable. * gnu/packages/patches/gcc-6-arm-none-eabi-multilib.patch: New file. * gnu/packages/patches/gcc-6-cross-environment-variables.patch: New file. * gnu/local.mk (dist_patch_DATA): Add the patches.
2016-10-15gnu: python-ndg-httpsclient: Disable tests.Leo Famulari
The tests were silently skipped with Python 3.4. With Python 3.5, this caused the python-ndg-httpsclient build to fail. * gnu/packages/python.scm (python-ndg-httpsclient)[arguments]: Disable tests.
2016-10-15gnu: python-execnet: Disable tests.Leo Famulari
The tests were silently skipped with Python 3.4. With Python 3.5, this caused the python-execnet build to fail. * gnu/packages/python.scm (python-execnet, python2-execnet)[arguments]: Disable tests.
2016-10-15gnu: youtube-dl: Disable the tests.Leo Famulari
The tests were silently skipped with Python 3.4. With Python 3.5, this caused the youtube-dl build to fail. * gnu/packages/video.scm (youtube-dl)[arguments]: Disable tests.
2016-10-15gnu: youtube-dl: Update to 2016-10-16.Leo Famulari
* gnu/packages/video.scm (youtube-dl): Update to 2016-10-16.
2016-10-15gnu: youtube-dl: Update to 2016-10-16.Leo Famulari
* gnu/packages/video.scm (youtube-dl): Update to 2016-10-16.
2016-10-15gnu: radicale: Run the test suite with py.test.Leo Famulari
* gnu/packages/dav.scm (radicale)[native-inputs]: Add python-pytest. [arguments]: Replace the 'check' phase and run the tests with python-pytest.
2016-10-15gnu: python2-file: Build with setuptools.Leo Famulari
* gnu/packages/python.scm (python-file)[properties]: New field. (python2-file): Use strip-python2-variant. [native-inputs]: Add python2-setuptools.
2016-10-15gnu: dbus-1.10.12: Fix search paths.Andy Patterson
Add the patches from dbus's source field back into its replacement. This ensures that the grafted dbus package can find its services on GuixSD. This is a follow-up to commit 34f9582aad557cd816bb3215fb4d7da7d1c5229a. * gnu/packages/glib.scm (dbus-1.10.12)[source]: Inherit from dbus. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-10-15gnu: assimp: Update to 3.3.1.Efraim Flashner
* gnu/packages/graphics.scm (assimp): Update to 3.3.1. [native-inputs]: Remove unzip.
2016-10-15gnu: jsoncpp: Update to 1.7.7.Efraim Flashner
* gnu/packages/serialization.scm (jsoncpp): Update to 1.7.7.
2016-10-15gnu: cereal: Update to 1.2.1.Efraim Flashner
* gnu/packages/serialization.scm (cereal): Update to 1.2.1.
2016-10-15gnu: picocom: Update to 2.2.Efraim Flashner
* gnu/packages/terminals.scm (picocom): Update to 2.2.
2016-10-15gnu: termite: Use 'modify-phases' syntax.Efraim Flashner
* gnu/packages/terminals.scm (termite)[arguments]: Use 'modify-phases' syntax.