htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit 2e28c39a7403f8f210e4ea29a7d39d78558e497d 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)
