me
/
guix
Archived
1
0
Fork 0

gnu: python-vedo: Remove input labels.

* gnu/packages/python-science.scm (python-vedo)[inputs]: Remove labels
and sort the inputs.
[propagated-inputs]: Remove labels.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Paul A. Patience 2022-04-22 20:25:57 +00:00 committed by Ludovic Courtès
parent 34f49d15e6
commit a5fec06868
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 5 deletions

View File

@ -886,14 +886,14 @@ readable.")
(invoke "./run_all.sh"))) (invoke "./run_all.sh")))
'("common" "dolfin"))))))))) '("common" "dolfin")))))))))
(inputs ; for the check phase (inputs ; for the check phase
`(("dolfin" ,fenics) (list fenics
("pkgconfig" ,python-pkgconfig) python-matplotlib
("matplotlib" ,python-matplotlib))) python-pkgconfig))
(native-inputs ; for python-pkgconfig (native-inputs ; for python-pkgconfig
(list pkg-config)) (list pkg-config))
(propagated-inputs (propagated-inputs
`(("numpy" ,python-numpy) (list python-numpy
("vtk" ,vtk))) vtk))
(home-page "https://github.com/marcomusy/vedo") (home-page "https://github.com/marcomusy/vedo")
(synopsis (synopsis
"Analysis and visualization of 3D objects and point clouds") "Analysis and visualization of 3D objects and point clouds")