mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: python2-pandas: Fix native-inputs.
* gnu/packages/python.scm (python2-pandas)[native-inputs]: Use python2- versions of python-panda's native-inputs, not of inputs.
This commit is contained in:
parent
f1876bfc7a
commit
dbd40ac19d
1 changed files with 1 additions and 1 deletions
|
@ -1017,7 +1017,7 @@ (define-public python2-pandas
|
|||
(package
|
||||
(inherit base)
|
||||
(native-inputs `(("python2-setuptools" ,python2-setuptools)
|
||||
,@(package-inputs base))))))
|
||||
,@(package-native-inputs base))))))
|
||||
|
||||
(define-public python-tzlocal
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue