gnu: python2-scikit-image: Use custom 'python2-' packages.

* gnu/packages/python.scm (python2-scikit-image): Use customized 'python2-'
  versions of 'matplotlib', 'numpy' and 'scipy'.
master
Federico Beffa 2015-12-03 09:11:58 +01:00
parent 3cbe7d5e52
commit d9bc0bf8fa
1 changed files with 5 additions and 1 deletions

View File

@ -2791,7 +2791,11 @@ mining and data analysis.")
,@(package-native-inputs scikit-image)))
(propagated-inputs
`(("python2-pytz" ,python2-pytz)
,@(package-propagated-inputs scikit-image))))))
("python2-matplotlib" ,python2-matplotlib)
("python2-numpy" ,python2-numpy)
("python2-scipy" ,python2-scipy)
,@(fold alist-delete (package-propagated-inputs scikit-image)
'("python-matplotlib" "python-numpy" "python-scipy")))))))
(define-public python-redis
(package