Age | Commit message (Collapse) | Author |
|
|
|
* gnu/packages/gnome.scm (epiphany): Update to 3.22.1.
|
|
* gnu/packages/ibus.scm (ibus): Update to 1.5.14.
[arguments]: Disable emojis.
[inputs]: Add json-glib.
[home-page]: Use project's new home-page.
|
|
* gnu/packages/xiph.scm (libkate)[source]: Update source uri.
[home-page]: Update project's home-page.
|
|
* gnu/packages/w3m.scm (w3m)[source]: Fix the commit string.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/python.scm (python-axolotl-curve25519,
python2-axolotl-curve25519)[license]: Replace ISC with BSD-3.
|
|
* gnu/packages/python.scm (python-axolotl, python2-axolotl): New variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/python.scm (python-axolotl-curve25519,
python2-axolotl-curve25519): New variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
* gnu/packages/python.scm (python-imagesize, python2-imagesize)[arguments]:
Disable the tests.
|
|
* gnu/packages/ftp.scm (weex): Update to 2.8.2.
[source]: Use new URL. Remove obsolete 'weex-vacopy.patch'.
[arguments]: Remove custom 'configure' phase and add 'bootstrap' phase.
[native-inputs]: Add autoconf, automake, and gnu-gettext.
* gnu/packages/patches/weex-vacopy.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/networking.scm (whois): Update to 5.2.13.
|
|
* gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.10.0.
[inputs]: Remove wayland.
[tests]: Update comment about failing tests.
[home-page]: Use https.
|
|
* gnu/packages/image.scm (jasper): Update to 1.900.19.
[arguments]: Remove custom make-flags.
|
|
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.5.5.
|
|
* gnu/packages/gstreamer.scm (python-gst): Update to 1.10.0.
|
|
* gnu/packages/gstreamer.scm (gst-libav): Update to 1.10.0.
|
|
* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.10.0.
|
|
* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.10.0.
|
|
* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.10.0.
|
|
* gnu/packages/gstreamer.scm (gstreamer): Update to 1.10.0.
|
|
* gnu/packages/video.scm (mps-youtube): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/python.scm (python-pafy): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/libidn.scm (libidn)[description]: Add detail to help distinguish
from libidn2.
|
|
* gnu/packages/libidn.scm (libidn2): New variable.
|
|
Fixes some security issues seen here:
<http://www.openwall.com/lists/oss-security/2016/11/03/3>
* gnu/packages/w3m.scm (w3m): Switch it.
[source]: Use Debian's git tree. Remove obsolete patches.
[arguments]: Remove an unneeded substitute* function.
* gnu/packages/patches/w3m-disable-sslv2-and-sslv3.patch,
gnu/packages/patches/w3m-disable-weak-ciphers.patch,
gnu/packages/patches/w3m-force-ssl_verify_server-on.patch,
gnu/packages/patches/w3m-libgc.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
|
|
* gnu/packages/webkit.scm (webkitgtk): Update to 2.14.1.
|
|
* gnu/packages/python.scm (jupyter): New variable.
|
|
* gnu/packages/python.scm (python-ipython): Update to 4.0.0.
[inputs]: Keep only "readline" and "which"; move the remaining inputs
to propagated-inputs, except for "python-requests" and "python-nose"
which are moved to native-inputs.
[propagated-inputs]: Add "python-pexpect", "python-pickleshare",
"python-simplegeneric", "python-traitlets", "python-ipykernel".
[native-inputs]: Add "python-testpath".
[arguments]: Enable building of HTML documentation.
[source]: Remove patch.
* gnu/packages/patches/python-ipython-inputhook-ctype.patch: Remove
patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/python.scm (python-jupyter-console,
python2-jupyter-console): New variable.
|
|
* gnu/packages/python.scm (python-ipywidgets, python2-ipywidgets): New
variables.
|
|
* gnu/packages/python.scm (python-widgetsnbextension,
python2-widgetsnbextension): New variables.
|
|
* gnu/packages/python.scm (python-notebook, python2-notebook): New
variables.
|
|
* gnu/packages/python.scm (python-nbconvert, python2-nbconvert): New
variables.
|
|
* gnu/packages/python.scm (python-entrypoints, python2-entrypoints): New
variables.
|
|
* gnu/packages/games.scm (chromium-bsu): Update to 0.9.16.1.
[arguments]: Remove 'set-sdl-paths phase.
[inputs]: Add gnu-gettext.
|
|
They were never really needed and caused troubles in the presence of
circular module dependencies as reported by
Danny Milosavljevic <dannym@scratchpost.org> at
<https://lists.gnu.org/archive/html/guix-devel/2016-11/msg00144.html>.
* gnu/packages/cross-base.scm (xgcc-mips64el, xgcc-xtensa, xgcc-armhf):
Remove.
* gnu/packages/firmware.scm (ath9k-htc-firmware)[native-inputs]: Use
'cross-gcc' instead of XGCC-XTENSA.
|
|
Due to circular dependencies, referring to bindings exported by other
modules from the top level is frowned upon. This patch addresses one of
the remaining cases.
* gnu/packages/base.scm (%final-inputs): New procedure.
* gnu/packages/cross-base.scm: Remove (gnu packages commencement) import.
(cross-gcc): Use the new '%final-inputs'.
* gnu/packages/make-bootstrap.scm: Remove (gnu packages commencement) import.
(package-with-relocatable-glibc): Use the new '%final-inputs'.
|
|
* gnu/packages/statistics.scm (r-nmf)[propagated-inputs]: Add
r-bigmemory and r-synchronicity.
|
|
* gnu/packages/statistics.scm (r-bigmemory): New variable.
|
|
* gnu/packages/statistics.scm (r-synchronicity): New variable.
|
|
gnu/packages/statistics.scm (r-bigmemory-sri): New variable.
|
|
* gnu/packages/audio.scm (xmp): Update to 4.1.0.
|
|
* gnu/packages/audio.scm (libxmp): Update to 4.4.1.
|
|
* gnu/packages/audio.scm (swh-plugins-lv2): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/python.scm (python-bleach, python2-bleach): New
variables.
|
|
* gnu/packages/python.scm (python-nbformat, python2-nbformat): New
variables.
|
|
* gnu/packages/python.scm (python-html5lib-0.9, python2-html5lib-0.9):
New variables.
|
|
* gnu/packages/python.scm (python-testpath, python2-testpath): New
variables.
|
|
* gnu/packages/python.scm (python-ipykernel, python2-ipykernel): New
variables.
|