[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: python2-ipython: Use custom 'python2-numpy'.
From: |
Federico Beffa |
Subject: |
01/03: gnu: python2-ipython: Use custom 'python2-numpy'. |
Date: |
Thu, 03 Dec 2015 08:23:17 +0000 |
beffa pushed a commit to branch master
in repository guix.
commit 5587253a8786beca5b270ac72cc68802b72b7539
Author: Federico Beffa <address@hidden>
Date: Thu Dec 3 08:38:44 2015 +0100
gnu: python2-ipython: Use custom 'python2-numpy'.
* gnu/packages/python.scm (python2-ipython): Do it.
---
gnu/packages/python.scm | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 45222e9..71853dc 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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