mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: python2-ipython: Use custom 'python2-numpy'.
* gnu/packages/python.scm (python2-ipython): Do it.
This commit is contained in:
parent
084e41c1ac
commit
5587253a87
1 changed files with 3 additions and 2 deletions
|
@ -4246,8 +4246,9 @@ (define-public python2-ipython
|
|||
(inputs
|
||||
`(("python2-mock" ,python2-mock)
|
||||
("python2-matplotlib" ,python2-matplotlib)
|
||||
,@(alist-delete "python-matplotlib"
|
||||
(package-inputs ipython)))))))
|
||||
("python2-numpy" ,python2-numpy)
|
||||
,@(fold alist-delete (package-inputs ipython)
|
||||
'("python-matplotlib" "python-numpy")))))))
|
||||
|
||||
(define-public python-isodate
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue