htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit f0ed9d69ec1b0366d0ea9d52465b30711c58f71f Author: Hartmut Goebel <[email protected]> Date: Tue Oct 25 18:53:43 2016 +0200 Add a FIXME comment --- gnu/packages/python.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index fa7f861..7810cc0 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -4332,6 +4332,7 @@ without using the configuration machinery.") (propagated-inputs `(("python-pyzmq" ,python-pyzmq) ("python-terminado" ,python-terminado))) + ;; FIXME: Needs more investigation (inputs `(("readline" ,readline) ("which" ,which)
