me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/python-science.scm (python-vedo)[inputs]: Move pkg-config to...
[native-inputs]: ...here.
master
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
1 changed files with 3 additions and 2 deletions

View File

@ -676,11 +676,12 @@ readable.")
(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)))