diff options
author | Federico Beffa <beffa@fbengineering.ch> | 2015-12-15 17:59:15 +0100 |
---|---|---|
committer | Federico Beffa <beffa@fbengineering.ch> | 2015-12-15 18:05:42 +0100 |
commit | fceac8803966dd7988b56e1e26b909c7fede0e05 (patch) | |
tree | 12637a64a93d51c41c4fcfd51a7e56988b035424 /gnu-system.am | |
parent | 5bd88cf1e3ebca19dccd68129258e8f365b2ae3c (diff) | |
download | gnu-guix-fceac8803966dd7988b56e1e26b909c7fede0e05.tar gnu-guix-fceac8803966dd7988b56e1e26b909c7fede0e05.tar.gz |
gnu: python-ipython: Patch 'ctypes' bug.
* gnu/packages/patches/python-ipython-inputhook-ctype.patch: New patch.
* gnu/packages/python.scm (python-ipython): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 77a8b2e1c5..0039246e4d 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -640,6 +640,7 @@ dist_patch_DATA = \ gnu/packages/patches/python-3-search-paths.patch \ gnu/packages/patches/python-disable-ssl-test.patch \ gnu/packages/patches/python-fix-tests.patch \ + gnu/packages/patches/python-ipython-inputhook-ctype.patch \ gnu/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \ gnu/packages/patches/python-configobj-setuptools.patch \ gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch \ |