mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
873c6b4f21
commit
da340369ac
1 changed files with 3 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue