~ruther/guix-local

593dfdc3 — Leo Famulari 9 years ago
Merge branch 'master' into core-updates
59f12985 — Leo Famulari 9 years ago
gnu: python-nltk: Disable the test suite.

The tests were silently skipped with Python 3.4. With Python 3.5, this caused
the build of python-nltk to fail.

* gnu/packages/python.scm (python-nltk, python2-nltk)[arguments]:
Disable the tests.
2ddbfa8c — Leo Famulari 9 years ago
gnu: python-pyquery: Add inputs for test suite.

* gnu/packages/python.scm (python-pyquery,
python2-pyquery)[native-inputs]: Add python-webob and python-webtest.
ad967bf0 — 宋文武 9 years ago
gnu: dico: Fix test failure.

* gnu/packages/dico.scm (dico)[source]: Add 'snippet' and 'modules'.
326f8285 — Leo Famulari 9 years ago
gnu: python-graphql-core: Disable the test suite.

The tests were silently skipped with Python 3.4. With Python 3.5, this caused
the build of python-graph-ql to fail.

* gnu/packages/python.scm (python-graphql-core,
python2-graphql-core)[arguments]: Disable the tests.
062c7e43 — Leo Famulari 9 years ago
Merge branch 'master' into core-updates
269d9172 — Leo Famulari 9 years ago
gnu: python-pika: Add inputs for test suite.

* gnu/packages/python.scm (python-pika, python2-pika)[native-inputs]: Add
python-pyev, python-tornado.
329b4b3b — Leo Famulari 9 years ago
gnu: Add python-pyev.

* gnu/packages/python.scm (python-pyev, python2-pyev): New variables.
bae18710 — Leo Famulari 9 years ago
gnu: python-prompt-toolkit: Disable the test suite.

The tests were silently skipped with Python 3.4. With Python 3.5, this caused
the build of python-prompt-toolkit to fail.

* gnu/packages/python.scm (python-prompt-toolkit,
python2-prompt-toolkit)[arguments]: Disable the tests.
10797a0a — Leo Famulari 9 years ago
gnu: python-publicsuffix2: Disable the test suite.

The tests were silently skipped with Python 3.4. With Python 3.5, this caused
the build of python-publicsuffix2 to fail.

* gnu/packages/python.scm (python-publicsuffix2, python2-publicsuffix2)
[arguments]: Disable the tests.
a2eab422 — Leo Famulari 9 years ago
gnu: python-pyechonest: Remove package.

* gnu/packages/music.scm (python-pyechonest): Remove variable.
5b83b7b8 — Theodoros Foradis 9 years ago
gnu: Add openocd.

* gnu/packages/embedded.scm (openocd): New variable.
* gnu/packages/patches/openocd-nrf52.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add the patch.
91ba6935 — David Craven 9 years ago
gnu: Add jimtcl.

* gnu/packages/embedded.scm (jimtcl): New variable.
e5e45c06 — David Craven 9 years ago
gnu: Add libjaylink.

* gnu/packages/embedded.scm (libjaylink): New variable.
3d74f12e — Theodoros Foradis 9 years ago
gnu: Add hidapi.

* gnu/packages/libusb.scm (hidapi): New variable.
94f36a4f — Theodoros Foradis 9 years ago
gnu: Add gdb-arm-none-eabi.

* gnu/packages/embedded.scm (gdb-arm-none-eabi): New variable.
f4fe6c99 — Tobias Geerinckx-Rice 9 years ago
gnu: cups-filters: Remove duplicate ‘--with-gs-path=’ flag.

* gnu/packages/cups.scm (cups-filters)[arguments]: Remove redundant
‘--with-gs-path=’ from #:configure-flags, left over from a botched merge.
4ab016e0 — Tobias Geerinckx-Rice 9 years ago
gnu: cups-filters: Update to 1.11.5.

* gnu/packages/cups.scm (cups-filters): Update to 1.11.5.
[arguments]: Add ‘--with-gs-path=’ to #:configure-flags.
[inputs]: Add mupdf.
eaf72e21 — David Craven 9 years ago
gnu: icecat: Enable gtk3 support.

* gnu/packages/gnuzilla.scm (icecat)[inputs]: Add gtk+.
  [arguments]: Use --enable-default-toolkit=cairo-gtk3.
3ddc50db — David Craven 9 years ago
doc: Add information related to network connectivity with qemu.

* doc/guix.text: Add it.
Next