gnu: python2-ipython: Use custom 'python2-numpy'.
* gnu/packages/python.scm (python2-ipython): Do it.master
parent
084e41c1ac
commit
5587253a87
|
@ -4246,8 +4246,9 @@ computing.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("python2-mock" ,python2-mock)
|
`(("python2-mock" ,python2-mock)
|
||||||
("python2-matplotlib" ,python2-matplotlib)
|
("python2-matplotlib" ,python2-matplotlib)
|
||||||
,@(alist-delete "python-matplotlib"
|
("python2-numpy" ,python2-numpy)
|
||||||
(package-inputs ipython)))))))
|
,@(fold alist-delete (package-inputs ipython)
|
||||||
|
'("python-matplotlib" "python-numpy")))))))
|
||||||
|
|
||||||
(define-public python-isodate
|
(define-public python-isodate
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue