me
/
guix
Archived
1
0
Fork 0

gnu: python2-ipython: Use custom 'python2-numpy'.

* gnu/packages/python.scm (python2-ipython): Do it.
master
Federico Beffa 2015-12-03 08:38:44 +01:00
parent 084e41c1ac
commit 5587253a87
1 changed files with 3 additions and 2 deletions

View File

@ -4246,8 +4246,9 @@ computing.")
(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