gnu: python-vedo: Make pkg-config a native input.

* gnu/packages/python-science.scm (python-vedo)[inputs]: Move pkg-config to...
[native-inputs]: ...here.
This commit is contained in:
Paul Garlick 2021-06-02 10:23:09 +01:00
parent 873c6b4f21
commit da340369ac
No known key found for this signature in database
GPG key ID: AAC7E891896B568A

View file

@ -676,11 +676,12 @@ (define-public python-vedo
(invoke "./run_all.sh")))
'("common" "dolfin")))
#t)))))
(inputs ; for the check phase
(inputs ; for the check phase
`(("dolfin" ,fenics)
("pkgconfig" ,python-pkgconfig)
("pkg-config" ,pkg-config)
("matplotlib" ,python-matplotlib)))
(native-inputs ; for python-pkgconfig
`(("pkg-config" ,pkg-config)))
(propagated-inputs
`(("numpy" ,python-numpy)
("vtk" ,vtk)))