gnu: python2-scikit-image: Use custom 'python2-' packages.
* gnu/packages/python.scm (python2-scikit-image): Use customized 'python2-' versions of 'matplotlib', 'numpy' and 'scipy'.
This commit is contained in:
parent
3cbe7d5e52
commit
d9bc0bf8fa
|
@ -2791,7 +2791,11 @@ mining and data analysis.")
|
||||||
,@(package-native-inputs scikit-image)))
|
,@(package-native-inputs scikit-image)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python2-pytz" ,python2-pytz)
|
`(("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
|
(define-public python-redis
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue