mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python2-ipython: fix inputs.
* gnu/packages/python.scm (python2-ipython): [inputs] change to [native-inputs].
This commit is contained in:
parent
5b1416d983
commit
e62600feb6
1 changed files with 1 additions and 1 deletions
|
@ -4784,7 +4784,7 @@ (define-public python2-ipython
|
|||
(arguments
|
||||
`(#:tests? #f ,@(package-arguments ipython)))
|
||||
;; FIXME: add pyreadline once available.
|
||||
(inputs
|
||||
(native-inputs
|
||||
`(("python2-mock" ,python2-mock)
|
||||
,@(package-inputs ipython))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue