python3Packages.pyprecice: Fix building by adding pkgconfig as input

This commit is contained in:
Max Hausch 2023-06-28 14:18:14 +02:00
parent a482179574
commit fd8962162a
No known key found for this signature in database

View File

@ -5,6 +5,7 @@
, mpi4py
, numpy
, precice
, pkgconfig
, pythonOlder
}:
@ -24,6 +25,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
cython
pkgconfig
];
propagatedBuildInputs = [