~ruther/guix-local

49eddefb — Efraim Flashner 9 years ago
gnu: gst-plugins-good: Update to 1.10.0.

* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.10.0.
74e6c844 — Efraim Flashner 9 years ago
gnu: gst-plugins-base: Update to 1.10.0.

* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.10.0.
e2a2eeec — Efraim Flashner 9 years ago
gnu: gstreamer: Update to 1.10.0.

* gnu/packages/gstreamer.scm (gstreamer): Update to 1.10.0.
gnu: Add mps-youtube.

* gnu/packages/video.scm (mps-youtube): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: Add python-pafy.

* gnu/packages/python.scm (python-pafy): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
c2f4cab9 — Leo Famulari 9 years ago
gnu: libidn: Distinguish from libidn2.

* gnu/packages/libidn.scm (libidn)[description]: Add detail to help distinguish
from libidn2.
250a8abc — Leo Famulari 9 years ago
gnu: Add libidn2.

* gnu/packages/libidn.scm (libidn2): New variable.
674a0f95 — Kei Kebreau 9 years ago
gnu: w3m: Switch to Debian's actively maintained fork of w3m.

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.
682bfb81 — Leo Famulari 9 years ago
gnu: webkitgtk: Update to 2.14.2.

* gnu/packages/webkit.scm (webkitgtk): Update to 2.14.1.
c27ae827 — Ricardo Wurmus 9 years ago
gnu: Add jupyter.

* gnu/packages/python.scm (jupyter): New variable.
accd5f99 — Ricardo Wurmus 9 years ago
gnu: python-ipython: Update to 4.0.0.

* 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.
8ceebf8f — Ricardo Wurmus 9 years ago
gnu: Add python-jupyter-console.

* gnu/packages/python.scm (python-jupyter-console,
python2-jupyter-console): New variable.
4fe2e344 — Ricardo Wurmus 9 years ago
gnu: Add python-ipywidgets.

* gnu/packages/python.scm (python-ipywidgets, python2-ipywidgets): New
variables.
d55724ed — Ricardo Wurmus 9 years ago
gnu: Add python-widgetsnbextension.

* gnu/packages/python.scm (python-widgetsnbextension,
python2-widgetsnbextension): New variables.
a0d62280 — Ricardo Wurmus 9 years ago
gnu: Add python-notebook.

* gnu/packages/python.scm (python-notebook, python2-notebook): New
variables.
c60898a8 — Ricardo Wurmus 9 years ago
gnu: Add python-nbconvert.

* gnu/packages/python.scm (python-nbconvert, python2-nbconvert): New
variables.
60590a3a — Ricardo Wurmus 9 years ago
gnu: Add python-entrypoints.

* gnu/packages/python.scm (python-entrypoints, python2-entrypoints): New
variables.
08722837 — Kei Kebreau 9 years ago
gnu: chromium-bsu: Update to 0.9.16.1.

* gnu/packages/games.scm (chromium-bsu): Update to 0.9.16.1.
[arguments]: Remove 'set-sdl-paths phase.
[inputs]: Add gnu-gettext.
bd2e1a8c — Ludovic Courtès 9 years ago
gnu: cross-base: Remove exports of cross compilers.

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.
fb77c614 — Ludovic Courtès 9 years ago
gnu: Remove '%final-inputs' references at the top level.

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'.
Next