From fd8962162ac21be59fc3a05fb6a250eeab6b2bec Mon Sep 17 00:00:00 2001 From: Max Hausch Date: Wed, 28 Jun 2023 14:18:14 +0200 Subject: [PATCH] python3Packages.pyprecice: Fix building by adding pkgconfig as input --- pkgs/development/python-modules/pyprecice/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/pyprecice/default.nix b/pkgs/development/python-modules/pyprecice/default.nix index 0f82bf1a4e54..b6e52d675485 100644 --- a/pkgs/development/python-modules/pyprecice/default.nix +++ b/pkgs/development/python-modules/pyprecice/default.nix @@ -5,6 +5,7 @@ , mpi4py , numpy , precice +, pkgconfig , pythonOlder }: @@ -24,6 +25,7 @@ buildPythonPackage rec { nativeBuildInputs = [ cython + pkgconfig ]; propagatedBuildInputs = [