mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-h5py: Update input.
* gnu/packages/python-xyz.scm (python-h5py)[inputs]: Remove hdf5-1.10; add hdf5. Change-Id: I384e9571322f7c4b71f3c0d7144fec4131d84327
This commit is contained in:
parent
7bd1247c90
commit
8285c2c32a
1 changed files with 1 additions and 1 deletions
|
@ -3887,7 +3887,7 @@ library.")
|
||||||
(setenv "HDF5_DIR"
|
(setenv "HDF5_DIR"
|
||||||
(assoc-ref inputs "hdf5")))))))
|
(assoc-ref inputs "hdf5")))))))
|
||||||
(propagated-inputs (list python-six python-numpy))
|
(propagated-inputs (list python-six python-numpy))
|
||||||
(inputs (list hdf5-1.10))
|
(inputs (list hdf5))
|
||||||
(native-inputs (list pkg-config python-cython python-ipython
|
(native-inputs (list pkg-config python-cython python-ipython
|
||||||
python-pkgconfig python-pytest))
|
python-pkgconfig python-pytest))
|
||||||
(home-page "https://www.h5py.org/")
|
(home-page "https://www.h5py.org/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue