mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ computing.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ,@(package-arguments ipython)))
|
`(#:tests? #f ,@(package-arguments ipython)))
|
||||||
;; FIXME: add pyreadline once available.
|
;; FIXME: add pyreadline once available.
|
||||||
(inputs
|
(native-inputs
|
||||||
`(("python2-mock" ,python2-mock)
|
`(("python2-mock" ,python2-mock)
|
||||||
,@(package-inputs ipython))))))
|
,@(package-inputs ipython))))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue