mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python2-seaborn: Use custom 'python2-' packages.
* gnu/packages/python.scm (python2-seaborn): Use customized 'python2-' versions of 'matplotlib', 'pandas' and 'scipy'.
This commit is contained in:
parent
d1e08856e0
commit
dab8ebd925
1 changed files with 3 additions and 1 deletions
|
@ -4701,7 +4701,9 @@ (define-public python2-seaborn
|
|||
(package (inherit seaborn)
|
||||
(propagated-inputs
|
||||
`(("python2-pytz" ,python2-pytz)
|
||||
,@(package-propagated-inputs seaborn))))))
|
||||
("python2-pandas" ,python2-pandas)
|
||||
("python2-matplotlib" ,python2-matplotlib)
|
||||
("python2-scipy" ,python2-scipy))))))
|
||||
|
||||
(define-public python-sympy
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue