Skip to content

Commit

Permalink
Merge pull request #240345 from NixOS/backport-240330-to-release-23.05
Browse files Browse the repository at this point in the history
[Backport release-23.05] python3Packages.pyprecice: Fix building by adding pkgconfig as input
  • Loading branch information
mweinelt authored Jun 28, 2023
2 parents ba2ded3 + 55fa42b commit fa171fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/pyprecice/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
, mpi4py
, numpy
, precice
, pkgconfig
, pythonOlder
}:

Expand All @@ -24,6 +25,7 @@ buildPythonPackage rec {

nativeBuildInputs = [
cython
pkgconfig
];

propagatedBuildInputs = [
Expand Down

0 comments on commit fa171fa

Please sign in to comment.