From 5587253a8786beca5b270ac72cc68802b72b7539 Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Thu, 3 Dec 2015 08:38:44 +0100 Subject: gnu: python2-ipython: Use custom 'python2-numpy'. * gnu/packages/python.scm (python2-ipython): Do it. --- gnu/packages/python.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 45222e9984..71853dc721 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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 -- cgit v1.2.3