From da340369ac35dc4db008d0b3997a51e72b941a18 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Wed, 2 Jun 2021 10:23:09 +0100 Subject: gnu: python-vedo: Make pkg-config a native input. * gnu/packages/python-science.scm (python-vedo)[inputs]: Move pkg-config to... [native-inputs]: ...here. --- gnu/packages/python-science.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 428452909a..39f52f1d64 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -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))) -- cgit v1.2.3