python3Packages.pyprecice: Fix building by adding pkgconfig as input
This commit is contained in:
parent
a482179574
commit
fd8962162a
@ -5,6 +5,7 @@
|
||||
, mpi4py
|
||||
, numpy
|
||||
, precice
|
||||
, pkgconfig
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
@ -24,6 +25,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
cython
|
||||
pkgconfig
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user