mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-meshio: Remove input labels.
* gnu/packages/simulation.scm (python-meshio)[inputs, native-inputs, propagated-inputs]: Remove labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
5437c90953
commit
4a6acd04c3
1 changed files with 5 additions and 5 deletions
|
@ -792,13 +792,13 @@ river flooding.")
|
||||||
#t))))
|
#t))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("h5py" ,python-h5py)
|
(list python-h5py
|
||||||
("netcdf4" ,python-netcdf4)))
|
python-netcdf4))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pytest" ,python-pytest)))
|
(list python-pytest))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("importlib-metadata" ,python-importlib-metadata)
|
(list python-importlib-metadata
|
||||||
("numpy" ,python-numpy)))
|
python-numpy))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue