mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ doing practical, real world data analysis in Python.")
|
|||
(package
|
||||
(inherit base)
|
||||
(native-inputs `(("python2-setuptools" ,python2-setuptools)
|
||||
,@(package-inputs base))))))
|
||||
,@(package-native-inputs base))))))
|
||||
|
||||
(define-public python-tzlocal
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue